Simple Pipeline
This step-by-step tutorial is meant to implement the most basic pipeline for using both QuPath and Python to process Image Detection.
Last updated
This step-by-step tutorial is meant to implement the most basic pipeline for using both QuPath and Python to process Image Detection.
Last updated
The page explains what and how to download everything needed in this tutorial.
The prewritten QuPath script that will be downloaded at the end of the tutorial needs information that's specific to your slides. Therefore we start by creating a project in QuPath and creating an object classifier, that distinguishes between immuno-positive and negative cells. To show the script where it needs to detect and classify the cells either a manual region detection or an automatic threshold can be chosen.
Afterward, the project-specific parts get integrated into the code and we can run a batch analysis on hundreds of slides. The results get processed by a Python script that you can locally run, resulting in a spreadsheet containing the positivity rate for each slide.