ImageJ plugin for detecting and mapping organelles within cells
This is a documentation of the image analysis results. To understand how to process these results have a look at the Shiny App Execution.
The results of the workflow are structured the following way:
OutputFolder
├── <Date>-<Time>-settings.xml
├── cellMeasurements.csv
├── organelleDistance.csv
├── organelleDistanceFromMembrane.csv (Optional)
└── <imageName>
├── cellSegmentation.png
├── detections.tiff
├── intDistance.csv
├── intensityDistanceFromMembrane.csv (Optional)
└── nucSegmentation.png
For each image a folder will be created containing visualizations for the segmentation task:
The resulting measurements will be saved in .csv tables either collected or per individual image in case of the intensity profiles:
OutputFolder
├── <Date>-<Time>-settings.xml
├── cellMeasurements.csv
├── organelleDistance.csv
├── organelleDistanceFromMembrane.csv (Optional)
└── <imageName>
├── cellSegmentation.png
├── Detections.tiff
├── intDistance.csv
├── intensityDistanceFromMembrane.csv (Optional)
└── nucSegmentation.png