Metadata-Version: 2.1
Name: cellannotation
Version: 0.1.0
Summary: Package for annotating the data (e.g. cell data).
Home-page: http://biolab.si/
Author: Bioinformatics Laboratory, FRI UL
Author-email: contact@orange.biolab.si
License: UNKNOWN
Keywords: cells,annotation
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy

# cell-annotation

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.

## 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.


