This groovy script helps to quantify 2D Colocalization GFP/ki67+. One groovy script (2DColocGfpKi67_code.groovy) is provided in order to quantify Total DAPI, Total GFP+, Total GFP-Ki67+
- Go to the
GitHubrepository - Click on
<Code>>Download ZIP - The repo will be found at
Downloadsdirectory.
- Click on
Help>Update
- Click on
Help>Update
NOTE The Fiji - Cellpose wrapper is useless without a working Cellpose environment, please see installation abobe (I.A.). To test if you have a working Cellpose environment: 1 - Activate your environment 2 - Type python -m cellpose --help You should not get an error.
Plugins>BIOP>Cellpose>Cellpose setup...``- Select the path to your working Cellpose virtual environment
- Select EnvType :
condaorvenv - Select version :
0.6,0.7,1.0or2.0. - Restart Fiji
Running 2DColocGfpKi67_code in headless mode through ImageJ/Windows Windows Terminal (ALL parameters)
ImageJ-win64.exe --ij2 --headless --run "/absolute_path/to/groovyscript/2DColocGfpKi67_code.groovy" "headless=true, inputDir='/absolute_path/to/inputFiles/images',outputDir='/absolute_path/to/outputDirectory/results',dapiChannel=0,greenChannel=1,redChannel=2"
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'dapiChannel: Channel in which DAPI is located0greenChannel: Channel in which GFP marker is located1redChannel: Channel in which ki67 marker is located2
-
Navigate to reach Script Editor tool:
- By writing
trueon the search tool or byFile>New>Script...
- By writing
-
Browse to find the directory in which the corresponding the groovy script is stored:
cellDistanceClassification.groovy -
Press
Runbutton to compile the script. -
Then a dialog will be displayed in order to set both the input directory path in which the images (not ready to deal with
LIFfiles) 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 (one
CSV tablecorresponding to each image located in the output directory previously selected.






