Skip to content

TimSaundersLab/image_based_particle_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_based_particle_model

FRAP_panel_final-03

This repo is an image-based particle model Monte Carlo simulation for the article by Zhu and Loo $\textit{et. al.}$:

Receptor binding and tissue architecture explains the morphogen local-to-global diffusion coefficient transition

Shiwen Zhu1, Yi Ting Loo 2,3, Sapthaswaran Veerapathiran1, Tricia Y. J. Loo3,5, Bich Ngoc Tran1, Cathleen Teh1, Jun Zhong1,5, Paul T. Matsudaira1, Timothy E Saunders1,3, and Thorsten Wohland1,4,7.

1NUS Centre for Bio-Imaging Science, Department of Biological Sciences, National University of Singapore, Singapore 117558 2Mathematics Institute, University of Warwick, Coventry CV4 7AL, United Kingdom 3Warwick Medical School, University of Warwick, Coventry CV4 7AL, United Kingdom 4Department of Chemistry, National University of Singapore, Singapore 117543 5Mechanobiology Institute, National University of Singapore, Singapore 117411 6Institute of Molecular and Cell Biology, A*STAR, Singapore 138673 7Institute of Digital Molecular Analytics and Science, National University of Singapore, Singapore 636921

Recommended set-up for project

Create a virtual environment using:

conda create -n ImageDiff python=3.9.12
conda activate ImageDiff

Add conda-forge channel required for some libraries:

conda config --env --add channels conda-forge

Install package versions listed in requirements.txt:

conda install --file requirements.txt

Clone the repo:

git clone https://github.com/TimSaundersLab/image_based_particle_model.git

Folders description

binary_images contains the realistic images of extracellular spaces in the zebrafish brain tissue architecture. toy_data/toy_OT is a smaller stack of binary images to test the simulations. particle_models contains the main functions for FRAP and FCS image-based particle modelling. scripts contains python scripts with example usages of the functions.