Skip to content

Python package for processing segmented multi-channel images

License

Notifications You must be signed in to change notification settings

mezwick/imctoolkit

 
 

Repository files navigation

imctoolkit

PyPI PyPI - Python Version PyPI - License Codecov GitHub Workflow Status (branch) GitHub issues GitHub pull requests

Python package for processing segmented multi-channel images

Documentation is available at https://bodenmillergroup.github.io/imctoolkit

Requirements

This package requires Python 3.8 or later.

Python package dependencies are listed in requirements.txt.

Optional Python package dependencies include:

  • anndata for exporting single-cell data as AnnData object
  • fcswrite for writing single-cell data as FCS file
  • networkx for exporting spatial cell graphs to networkx
  • python-igraph for exporting spatial cell graphs to igraph
  • opencv-python for faster image processing

Using virtual environments is strongly recommended.

Installation

Install imctoolkit and its dependencies with:

pip install imctoolkit

To also install optional dependencies (see above):

pip install imctoolkit[all]

Usage

See Quickstart

Authors

Created and maintained by Jonas Windhager jonas.windhager@uzh.ch

Contributing

Contributing

Changelog

Changelog

License

MIT

Contents

quickstart
api_reference
CONTRIBUTING
CHANGELOG
LICENSE

About

Python package for processing segmented multi-channel images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%