ImageJ plugin for detecting and mapping organelles within cells
The aim of the OrgaMapper workflow is to measure and map organelle distribution within cells with ease. The distance of the organelles are related to the nucleus using location and signal intensity. Optionally the distance from the membrane edge can be used for distance measurements based on location and signal intensity
2024-04-05 OrgaMapper Version 2.0.0
OrgaMapper: A robust and easy-to-use workflow for analyzing organelle positioning Christopher Schmied, Michael Ebner, Paula Samsó Ferré, Volker Haucke, Martin Lehmann bioRxiv 2023.07.10.548452; doi: https://doi.org/10.1101/2023.07.10.548452
Link to OrgaMapper repository
Link to Shiny App repository
Link to Zenodo repository
The image analysis plugin solves 3 core image analysis tasks:
Nucleus segmentation: the nucleus is segmented using an intensity threshold. Nuclei at the edge of the field of view are rejected. The generated masks are filtered for size and shape.
Cell segmentation: cells are segmented using an intensity threshold. Touching cells are separated using a marker controlled watershed. The cell ROIs are filtered such that each cell contains 1 nucleus. Cells are further filered by size and shape.
Organelle detection: we use a blob detection to detect individual organelles to locate their number and the position within the cell.
External segmentations and detections: Segmentations of nuclei and/or cells as well as the detection of organelles can be provided externally.
The masks and detections ROIs are then used to perform the following measurements:
Single multichannel .tiff files and multichannel multiseries files. We tested the workflow on multiseries .nd2 files from Nikon CSU.
For the Data analysis and plotting to work seamlessly with the image analysis we require the following naming pattern.
Single .tif files:
<Name>_<Treatment>_<Number>
Multiseries files:
<Name>_<Treatment/Wellnumber>
The data is expected to contain a channel with nucleus staining (DAPI) staining against cytoplasm (CMFDA) and against an organelle of choice.
The segmentation of the nucleus, the cell as well as the detection of the organelles can be provided externally. Segmentations can be for instance achieved by other tools such as Labkit, ilastik or cellpose. For more information head to this page: External segmentation
For the image analysis you need to download and install Fiji: https://fiji.sc/ The plugin is available via an update site. Add the Cellular-Imaging site:
For the data anaylsis you need to install R:
https://www.r-project.org/
As an R editor use RStudio:
https://rstudio.com/products/rstudio/download/