QuPath H-DAB Project
  • ๐Ÿ“ŠQuPath guide for H-DAB Cell Counting Docs
  • ๐Ÿ’กPipeline
    • ๐Ÿ’กSimple Pipeline
  • Fundamentals
    • ๐Ÿ› ๏ธGetting Set Up
  • QuPath H-Dab Docs
    • ๐Ÿ’กQuPath H-DAB Tutorial
      • Creating and Opening of Projects
      • Estimating Stain Vectors
      • Training Image Creation
      • Cell Detection
      • Object Classifier
      • Tissue Detection
        • 1๏ธโƒฃAutomatic General Tissue Detection
        • 2๏ธโƒฃManual Specific Tissue Detection
    • ๐ŸงพQuPath Script
      • Batch Processing
    • ๐Ÿ“‚Output
  • Result Analysis Docs
    • ๐Ÿ’กProcessing Package Tutorial
      • Addition Information for Python insiders
      • In-Depth Python usage
    • ๐Ÿ—„๏ธFinal Spreadsheet creation
    • ๐Ÿ†˜Out-of-memory error
  • non-expert docs
    • ๐Ÿ”ŽQuPath Installation
    • ๐Ÿ’ปGit Bash Installation
    • ๐Ÿ–ฅ๏ธPython Installation & Packages
    • Git Bash installation
Powered by GitBook
On this page
  1. QuPath H-Dab Docs

QuPath Script

QuPath Script explanation

PreviousManual Specific Tissue DetectionNextBatch Processing

Last updated 9 months ago

  1. Under Automate open the script editor, copy the script present , and make changes in the marked sections accordingly. Depending on which tissue detection was performed choose the according script provided.

  1. The .groovy file is the script and can be downloaded and opened in Qupath under Automate > Script Editor > File > Open. Alternatively, the raw script can be copied () from the github and pasted into a new script file in QuPath.

  1. Within the .groovy script for QuPath, it is visible in //comment where you need to add the lines saved in your personal scripts. It is also indicated from which Script you need to copy the lines over.

  2. If you have only one Region you want to analyse, the components 2-4 can be deleted from the script as indicated.

Open the downloaded script in QuPath. Then under file>open, open up the scripts you have created for your project (EstimateStainVectors, CellDetection). Then replace the lines marked in the BatchAnalysis_Scipt script with your lines of script by copying them across.

๐Ÿงพ
here
GitHub files, showing the different scripts and the README file
Explanation of the manual tissue detection script
Page cover image