Metadata-Version: 1.1
Name: anndata
Version: 0.3.0.3
Summary: An annotated data matrix.
Home-page: http://github.com/theislab/anndata
Author: Philipp Angerer, Alex Wolf
Author-email: alex.wolf@helmholtz-muenchen.de
License: BSD-3-Clause
Description-Content-Type: UNKNOWN
Description: |Docs| |Build Status| |Coverage|
        
        .. |Docs| image:: https://readthedocs.org/projects/scanpy/badge/?version=latest
           :target: https://scanpy.readthedocs.io
        .. |Build Status| image:: https://travis-ci.org/theislab/anndata.svg?branch=master
           :target: https://travis-ci.org/theislab/anndata
        .. |Coverage| image:: https://codecov.io/gh/theislab/anndata/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/theislab/anndata
        
        AnnData
        =======
        
        An ``AnnData`` object ``adata`` stores a data matrix (``adata.data``),
        dataframe-like sample (``adata.smp``) and variable (``adata.var``) annotation
        and unstructured dict-like annotation (``adata.uns``).
        
        Read the `documentation <http://scanpy.readthedocs.io/en/latest/api/scanpy.api.AnnData.html>`_.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
