Skip to main content

Toolbox for histopathology image analysis

Project description

PrismToolBox

PrismToolBox is a comprehensive toolkit designed to streamline the process of working with digital pathology images. It provides a set of utilities and functionalities that simplify tasks such as reading slides, extracting patches, and embedding slides. It also provides useful functions to import/export data on QuPath.

The toolkit is still under development, and some features may not be fully implemented. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

Features

  • Slide Reading: Supports multiple backends for reading slides, including OpenSlide and TiffSlide.
  • Patch Extraction: Extracts patches from slides at various magnification levels.
  • Slide Embedding: Uses pre-trained models to generate embeddings from patches, facilitating downstream tasks like clustering or classification (in progress).
  • Nuclei segmentation: Extracts nuclei using cellpose for H&E and SOP for IHC brighfield images.

Installation

To install PrismToolBox, run the following command in your terminal:

pip install prismtoolbox

To install PrismToolBox embedding and nuclei utilitaries, please run the following command:

pip install 'prismtoolbox[emb, seg]'

Usage

Here's a basic example of how to use PrismToolBox:

from prismtoolbox import WSI

# Initialize the reader
WSI_object = WSI(slide_path="path_to_your_slide", engine="openslide")

# Extract tissue contours
params_detect_tissue = {"seg_level": 4, "window_avg": 30, "window_eng": 5, "thresh": 90, "area_min": 1.5e3}

WSI_object.detect_tissue(**params_detect_tissue)

# Extract patches and save them as jpg images
params_patches = {"patch_size": 256, "patch_level": 0,"mode": "contours", "contours_mode": "four_pt_hard"}

WSI_object.extract_patches(**params_patches)
WSI_object.save_patches("path_to_folder", file_format="jpg")

For more detailed usage instructions and examples, please refer to the documentation.

Contributing

Contributions to PrismToolBox are welcome! Please open an issue or submit a pull request to propose changes or additions.

License

PrismToolBox is licensed under the BSD 3-Clause License. See LICENSE for more information.

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

prismtoolbox-0.1.0.tar.gz (56.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prismtoolbox-0.1.0-py3-none-any.whl (67.4 kB view details)

Uploaded Python 3

File details

Details for the file prismtoolbox-0.1.0.tar.gz.

File metadata

  • Download URL: prismtoolbox-0.1.0.tar.gz
  • Upload date:
  • Size: 56.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.11 Linux/6.5.0-1025-azure

File hashes

Hashes for prismtoolbox-0.1.0.tar.gz
Algorithm Hash digest
SHA256 252e517d4db2c06621ecc298aa20a223e3ed396a3215de7d1410e8a64547120f
MD5 d1cfb76e3897c599607182af7a08c903
BLAKE2b-256 b9874e9e31105085629d758f36b7be835372035c41fcf607078a3112e1be36b6

See more details on using hashes here.

File details

Details for the file prismtoolbox-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: prismtoolbox-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 67.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.11 Linux/6.5.0-1025-azure

File hashes

Hashes for prismtoolbox-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 70c3868f4d653b3d5aa314783c37b88b22b9059e92fc38fdfcdb0d79fdebd7f7
MD5 69d4a5e5f54f64bd12242115966e9ff3
BLAKE2b-256 47687d90393c707798d0b6d650ebb780cc978128b200eda197bf48c8f7289c05

See more details on using hashes here.

Supported by

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