This is the official source code repository of CellOrganizer.
- Matlab 2018b or newer
- Bioinformatics Toolbox
- Computer Vision System Toolbox
- Control System Toolbox
- Curve Fitting Toolbox
- Image Processing Toolbox
- Mapping Toolbox
- Optimization Toolbox
- Robust Control Toolbox
- Signal Processing Toolbox
- Simulink
- Simulink Design Optimization
- Statistics and Machine Learning Toolbox
- System Identification Toolbox
- Wavelet Toolbox
To install CellOrganizer
-
Download the latest distribution from
http://www.cellorganizer.org
orhttp://murphylab.web.cmu.edu/software/CellOrganizer
. -
Unzip the distribution into a folder of your choice.
-
Start Matlab and change the default directory to the folder chosen above.
-
Run setup
Type setup()
at the Matlab command prompt to add the relevant paths. The main CellOrganizer commands are
img2slml
which trains a model from a set of images
and
slml2img
which synthesizes one or more image(s) from a trained model.
There are a numbers of demo files that illustrate how to use CellOrganizer from the command line. Type
demoinfo
to get a listing of available demos.