-
Notifications
You must be signed in to change notification settings - Fork 4
4. QuPath for analysing ENS
Qupath is a great software used in digital pathology especially for large whole slide images. It is well designed, has an intuitive and responsive interface with great support. QuPath deals with analysing multiplex data particularly well. If you would like to analyze large tilescans, using QuPath may be a better choice.
-
Follow the instructions here to download and install QuPath: https://qupath.readthedocs.io/en/stable/docs/intro/installation.html
-
For GAT, we need the StarDist extension, so please install that from here: https://qupath.readthedocs.io/en/stable/docs/advanced/stardist.html#getting-the-stardist-extension
-
In addition to GAT, we will need the GAT model and a QuPath script. Download them from here and unzip them in a directory.
A tutorial video has been uploaded in the GAT youtube playlist with instructions on how to use QuPath for segmenting enteric neurons:
QuPath Tutorial video QuPath multiplex analysis
The workflow for segmenting neurons can be used to get an outline of each enteric neuron. This is quite similar to many workflows in QuPath where you segment the nuclei using the DAPI channel first and then perform downstream analysis to characterise each cell. We can use a similar workflow if we are looking at multiple markers or neuronal subtypes. So the workflow will look like:
- Segment the neurons using the enteric neuron Stardist model
- Perform cell classification using:
- Thresholding Approach
- Machine learning (ML) classifier approach
Both these approaches are mentioned in detail here:
https://qupath.readthedocs.io/en/stable/docs/tutorials/multiplex_analysis.html
You can perform the Cell detection part of the tutorial by segmenting the neurons with the stardist model approach. This can be followed up by the thresholding or ML approach to classify cells based on different channels/other criteria.
More instructions/tutorials will be included later on..