SoriaFN / Lysosome_analysis

ImageJ macros used in our 2021 paper on lysosomal restoration in parkinsonian mice
MIT License
3 stars 0 forks source link
imagej-macro lysosome lysosome-analysis lysosome-segmentation

Lysosome Analysis

ImageJ/FIJI scripts used in Arotcarena, Soria et al. (2022) Aging Cell

How to cite

Please acknowledge these scripts if you use them in your publication. Cite the DOI from Zenodo. DOI

Lyso_distance.ijm

This macro calculates the distance from each lysosome (or similar puncta) to the center and average edge of the nucleus.

How to use

  1. Open lyso_distance.ijm file in FIJI.
  2. Open a multichannel image.
  3. Run the script. A GUI will let you choose the segmentation channels and whether to save results to file.
  4. Follow the instructions for manual segmentation. At the end, an overlay will show you vectors where each distance was calculated.
  5. If you chose to save files, the binary image, ROIs and .csv quantification table will be available at the directory of choice.

Notes

Lyso_puncta_coloc.ijm

This macro calculates the number of lysosome puncta (e.g. LAMP2-positive vesicles) within a cellular ROI. It also estimates colocalization with other similar puncta (e.g. CatD).

How to use

  1. Open lyso_puncta_coloc.ijm file in FIJI.
  2. Open a multichannel image.
  3. Run the script. A GUI will let you choose the segmentation and puncta channels and whether to save results to file.
  4. Follow the instructions for cell segmentation. Puncta segmentation is automatic (user-defined threshold).
  5. If you chose to save files, Results table and log.txt (to document the different thresholds used) will be available at the directory of choice.
  6. The custom results table can be left open after finishing analysis. It will be updated after quantification of successive images (useful for batch).

Notes

These scripts have been tested in FIJI with our images only. If you find bugs, or have suggestions, please e-mail me.