📄Batch Analysis

Integrate GAT into your workflow!

GAT can now be called from within a macro, making it possible to integrate it into your Fiji analysis workflows.

Please note that only Analyze Neurons is supported currently.

This functionality to call GAT from another macro is due to the use of script parameters within GAT for generating the interface. This enables the user to run GAT without any user interaction with dialog boxes. For this to work, you will first need to define the specific arguments for GAT within an ImageJ macro.

There are two sets of arguments that must be defined.

  1. The first set of arguments are the ones you see in the interface when clicking the Analyze Neurons menu item.

  2. The second set of arguments are the ones that correspond to spatial analysis, finetuning segmentation and ganglia segmentation. These are highlighted in orange below. They are

Arguments required:

  • Image Path

  • Hu or pan-neuronal marker channel

  • Ganglia detection (true/false)

    • Ganglia detection method

    • Ganglia channel

    • Ganglia ROI path if detection method is "Import custom ROI"

    • Cell expansion value if detection method is "Define ganglia using Hu"

  • Spatial Analysis (true/false)

    • Expansion or neuron dilation value (default = 6.5 µm)

    • Save parametric image (true/false)

  • Enter custom Stardist detection values

    • Probability

    • Overlap

  • Contribute to GAT (true/false)

    • Path to save images and masks (optional)

  • Scaling factor (default = 1).

A complete example of an ImageJ macro is provided below. Please note that 'true' or 'false' will need to be passed as a string and not as a boolean.

You can also download this as a macro by clicking here.

Last updated

Was this helpful?