A new single-cell analytics framework


Keywords
RNA-SEQ, CLUSTERING, INTEGRATION
License
MIT
Install
pip install OCAT==0.1.80

Documentation

OCAT - One Cell At A Time

OCAT provides a fast and memory-efficient framework for analyzing and integrating large-scale scRNA-seq data.

Method

OCAT constructs sparse representation of cell features through ghost cells in the datasets. These ghost cells serve as bridges to inform on cell-cell similarity between the original cells. With the sparse features extracted, OCAT provides an efficient framework for cell type clustering and dataset integration that achieves state-of-the-art performance.


📐 Requirements and Installation

  • Linux/Unix
  • Python 3.7

Install OCAT package from PyPI. Pre-installation of Numpy and Cython required.

$ pip install numpy
$ pip install OCAT

Tutorials