Skip to content
forked from junlabucsd/mm3

Version 3 of Python mother machine analysis code

Notifications You must be signed in to change notification settings

jwschroeder3/mm3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mm3

Segmentation and tracking software for mother machine experiments

mm3 is a image analysis pipeline for mother machine experiments. It takes as input raw timelapse images and produces as output cell objects containing information such as elongation rate, birth size, etc. There is support for fluorescent planes.

The pipeline is modular. Segmentation is done by either and Otsu based method or a "U-net" convolution network. There are two tracking algorithms which act on the segmented images.

The pipeline is implemented in Python 3.5. A Docker container for the appropriate Python environment is provided. The docs folder contains a guide for setting up the Docker and using the pipeline.

About

Version 3 of Python mother machine analysis code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.6%
  • Jupyter Notebook 15.5%
  • Other 0.9%