What problem does it solve?
This Skill simplifies computational pathology workflows by providing a toolkit for image analysis, machine learning, and data management of whole-slide pathology images.
Core Features & Use Cases
- Image Loading & Formats: Load and process whole-slide images in over 160 proprietary formats.
- Preprocessing Pipelines: Build and apply preprocessing pipelines for stain normalization, tissue detection, and noise reduction.
- Graph Construction: Construct spatial graphs for cellular and tissue-level relationships and spatial analysis.
- Machine Learning: Train and deploy deep learning models for nucleus detection, segmentation, and classification.
- Multiparametric Imaging: Analyze spatial proteomics and gene expression data from CODEX, Vectra, MERFISH, and other platforms.
- Data Management: Efficiently store and manage large pathology datasets using HDF5 format.
- Use Case: Imagine you need to analyze a whole-slide image of a tumor sample. Use this Skill to load the image, preprocess it, segment the nuclei, and train a model to classify the cell types.
Quick Start
Use the pathml skill to preprocess the whole-slide image 'tumor_sample.svs' and save the results to 'processed_tumor_sample.h5'.