Metadata-Version: 1.1
Name: point-annotator
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
Description: # 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.
        
Keywords: annotator,annotation,points,data
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
