๐ก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.
The Getting Set Up 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.
Step 1: Opening Scans in QuPath
Step 2: Train object classifier
Step 3: Running QuPath script locally
Step 4: Collect the results file
Last updated