Skip to content

4. QuPath for analysing ENS

Pradeep Rajasekhar edited this page May 21, 2022 · 5 revisions

Segmenting neurons

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.

QuPath Analysis

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

Analysing multiple markers

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..

Clone this wiki locally