Skip to content

schoeneberglab/readdy-cell

Repository files navigation

ReaDDy-Cell

Experiment-Simulation Model Diagram

ReaDDy-Cell is a whole-cell digital twin simulation framework built on the ReaDDy particle-based reaction-diffusion platform. This implementation enables simulation of mitochondrial dynamics and intracellular transport directly from 4D lattice light-sheet microscopy (LLSM) data. For full details, check out our preprint on BioxRiv! Whole-cell particle-based digital twin simulations from 4D lattice light-sheet microscopy data

Watch some Simulations

Features

  • ReaDDy-Made-Models (RMM): Image-guided stochastic procedural generation method for constructing particle-based models from imaging data.
  • Automated Digital Twin Construction: Factory methods for building spatially explicit, particle-based models of mitochondria, microtubules, plasma membrane, and nuclear membrane from live-cell imaging data.
  • Passive & Active Transport Dynamics: Simulates mitochondrial diffusion and directed motor-driven active transport along microtubule topologies.
  • In-Browser Visualization: Simulation trajectories are rendered using Simularium Viewer.

Installation

  1. Create and activate a conda environment:

    conda create -n readdy-cell python=3.11
    conda activate readdy-cell
  2. Install dependencies:

    pip install -r requirements.txt
  3. Compile the project:

    ./compile.sh
  4. Run the simulation:

    python -m readdy_cell.main

Acknowledgements

ReaDDy-Cell builds upon the excellent work of the ReaDDy project. We thank the original authors and contributors for making their software open-source and extensible.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors