This Groovy script helps to quantify fluorescence intensity statistics in Nuclei and cytoplasm
- Go to the
GitHub
repository - Click on
<Code>
>Download ZIP
- The repo will be found at
Downloads
directory.
- Click on
Help
>Update
Running fluorescenceQuantification_code in headless mode through ImageJ/Windows Windows Terminal (ALL parameters)
ImageJ-win64.exe --ij2 --headless --run "/absolute_path/to/groovyscript/fluorescenceQuantification.groovy" "headless=true, inputFilesDir='/absolute_path/to/inputFiles/images',outputDir='/absolute_path/to/outputDirectory/results',applyDAPI=false,"
headless
: true.inputFilesDir
: Directory in which the images (tiff, jpeg... files) to be analyzed are located.'/home/anaacayuela/Ana_pruebas_imageJ/margarita/images'
.outputDir
: Directory in which the outputs are saved.'/home/anaacayuela/Ana_pruebas_imageJ/margarita/results'
-
Navigate to reach Script Editor tool:
- By writing
true
on the search tool or byFile
>New
>Script...
- By writing
-
Browse to find the directory in which the corresponding the groovy script is stored:
fluorescenceQuantification.groovy
-
Press
Run
button to compile the script. -
Then a dialog will be displayed in order to set both the input directory path in which the images (
LIF
files) to be analyzed are stored and the output directory path to save the outputs. -
A log window will appear to update about the processing status.
- Finally, you will be enabled to check the outputs (two
CSV table
corresponding for each analysis: per slice and per image (or serie)) in the output directory previously selected.