This repo is an image-based particle model Monte Carlo simulation for the article by Zhu and Loo
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
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
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.