Skip to content

slideQuantify v2: 5 ‐ Wrapup

timpeters03 edited this page Feb 15, 2024 · 3 revisions

Description:
script is designed to wrap up a slideToolKit-CellProfiler analysis for a given slide within the slideQuantify job-session.

  • Written by: Sander W. van der Laan; Tim Bezemer; Tim van de Kerkhof; Yipei Song; Tim S. Peters;
  • E-mail: [email protected]
  • Last update: 2023-02-09
  • Version: 2.2.0

Usage:

./slideQuantify_v2_5_wrapup.sh [STUDY_NUM] [STAIN] [OUTPUTFILENAME] [SLIDETOOLKITDIR] [TILESDIR]

Example Usage:

./slideQuantify_v2_5_wrapup.sh AE21 FIBRIN Image.csv /path/to/slideToolkit /path/to/tiles

Arguments:

  • STUDY_NUM
    • Description: Study number of the slide being processed (e.g., AE21).
    • Required: Yes
  • STAIN
    • Description: Name of the stain as it appears in the filenames (e.g., FIBRIN).
    • Required: Yes
  • OUTPUTFILENAME
    • Description: Output filename where the CellProfiler results are stored (e.g., Image.csv).
    • Required: Yes
  • SLIDETOOLKITDIR
    • Description: Path to the slideToolkit directory.
    • Required: Yes
  • TILESDIR
    • Description: Path to the tiles directory.
    • Required: Yes

Overview

Welcome to slideToolKit

Manual

Introduction
General instructions

slideToolKit scripts

slide2Tiles
slideAppend.sh
slideAppendGCT.sh
slideConvert
slideDirectory
slideDupIdentify.py
slideEMask
slideEntropySegmentation.py
slideExtract.py
slideExtractTiles.py
slideInfo
slideInfo.py
slideJobChecker
slideLookup
slideMacro
slideMacro.py
slideMask
slideNormalize
slideRename
slideRename.py
slideThumb
slideThumb.py

slideQuantify v1

slideQuantify_v1
slideQuantify_v1_1_expresshist_mask.sh
slideQuantify_v1_2_expresshist_tile.sh
slideQuantify_v1_3_tile_normalizing.sh
slideQuantify_v1_4_cellprofiler.sh
slideQuantify_v1_5_wrapup.sh

slideQuantify v2

slideQuantify_v2
slideQuantify_v2_1_entropy_segmentation.sh
slideQuantify_v2_2_extract_tiles.sh
slideQuantify_v2_3_tile_normalizing.sh
slideQuantify_v2_4_cellprofiler.sh
slideQuantify_v2_5_wrapup.sh

slideQuantifyOSX

slideQuantifyOSX
slideQuantify_cellprofiler.sh
slideQuantify_mask.sh
slideQuantify_normalizing.sh
slideQuantify_tiling.sh
slideQuantify_wrapup.sh

Other scripts

slideToolKitTest.py

Installation

macOSX

Conda version (default/preferred)
Homebrew version

Linux

Rocky 8 Conda version (default/preferred)

Legacy

Ubuntu 16.04 LTS
Ubuntu 12.04 CentOS7 Conda version with modules
Administrator version

Conda vs brew

Clone this wiki locally