Skip to main content

A Python library for multiplex imaging analysis

Project description

multiplex-imaging-pipeline

A pipeline for multiplex imaging analysis

Installation

From conda .env file

conda create -f .env

Usage

Create ome.tiff

Create from a folder of stitched .tif files (old CODEX)

Takes as input a directory containing stitched .tif images and creates and HTAN consortium compatible ome.tiff

mip make-ome --tif-directory </path/to/directory/with/tiffs/*.tif> --output-filepath </path/to/output.ome.tiff>
Create from a .qptiff file (new CODEX)
mip make-ome --input-tif </path/to/directory/with/qptiff/*.qptiff> --output-filepath </path/to/output.ome.tiff>

Create cell feature table

Takes a label image and ome.tiff as input, and outputs spatial features.

label image - .tif containing cell segmentation information. is a tiff where all background pixels have the value 0, and the pixels representing the location of a cell are given an integer label unique to that cell. This image can be generated by QiTissue.

mip generate-spatial-features --label-image </path/to/label/image.tif> --ome-tiff </path/to/*.ome.tiff> --output-prefix </path/to/output/directory>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multiplex-imaging-pipeline-0.0.1.tar.gz (17.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page