-
Notifications
You must be signed in to change notification settings - Fork 0
MoMA tutorial introduction
Michael Mell edited this page Sep 25, 2023
·
2 revisions
This tutorial explains how to use MoMA to track cells in a growth lane. It is divided into two parts:
- Preprocessing: This part explains how to preprocess the data before analyzing it with MoMA.
- Processing in MoMA: This part explains how to track cells in a growth lane with MoMA and perform manual curation.
This tutorial assumes:
- You have correctly setup and configured MoMA and a correctly configured
mm.properties
file in your home directory (see here). - You have a dataset that you want to process. An example dataset is located here.
It also uses the following space-holder variables that you will have to replace with the correct paths.
-
<PATH_TO_FIRST_OME_TIF_MEASUREMENT_FILE>
: Path to the first OME-TIFF file of the dataset that you want to process. It will be something like/path/to/my/dataset/dataset.ome.tif
, where the folder/path/to/my/dataset/
may contain additional files of the OME-TIFF stack, e.g.:dataset_1.ome.tif
,dataset_2.ome.tif
, etc. -
<PATH_TO_FIRST_OME_TIF_FLATFIELD_FILE>
: Path to the first OME-TIFF file of the flatfield images that correspond to the dataset that you want to process. It will be something like/path/to/my/flatfield/flatfield.ome.tif
, where the folder/path/to/my/flatfield/
may contain additional files of the OME-TIFF stack, e.g.:flatfield_1.ome.tif
,flatfield_2.ome.tif
, etc. -
<ANALYSIS_DIRECTORY>
: Folder-path where the analysis results will be stored. It will contain the preprocessed-data, the template for splitting growthlanes and the final tracking results (this will become apparent during the tutorial).