point-annotator

Package for annotating the data with types (e.g. cell types).


Keywords
annotator, annotation, points, data
License
GPL-3.0+
Install
pip install point-annotator==2.0.0

Documentation

point-annotator

This package provides functionalities to annotate data with labels based on the Mann-Whitney U test and Hypergeometric test. Currently, we provide examples of the fast annotation of gene expression data with the cell types based on marker genes.

Installation

The package is available at PIP and is installed with

pip install point-annotator

Build the documentation

For building the documentation one needs to have sphinx python package installed.

cd docs
make hmtl

After build the documentation is available in the _build directory.