Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.54 KB

CytoCluster

PyPi Python Wheel License LastCommit CodeCov GitHubActions


Overview

Welcome! This is CytoCluster, a package for clustering high-dimensional cytometry data in Python. CytoCluster started as a module in the first release of CytoPy.

CytoCluster is now a standalone package that provides functions and classes for:

  • Popular clustering algorithms such as FlowSOM, Phenograph, SPADE etc.
  • Plotting and visualising clustering results.
  • Ensemble clustering for combining the results of many clustering algorithms into consensus clusters.

Examples of using the CytoCluster package are provided in the example notebooks (see notebooks folder in this repo).

Installation

pip install cytocluster


Release Notes

The CytoPy ecosystem is under development, see ### for details on release information.