Metadata-Version: 1.1
Name: anndata
Version: 0.3.1
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>`_.
        
        You can install ``anndata`` independently of Scanpy from `PyPI <https://pypi.python.org/pypi/anndata/>`__.
        ```
        pip install anndata
        ```
        
        We will slowly support all of AnnData's generic functions (plotting,
        preprocessing, reading, writing from disk, hdf5 backing on disk) via the anndata
        package.
        
        AnnData has been developed within Scanpy. We are grateful if you consider citing
        our `preprint on Scanpy and AnnData <https://doi.org/10.1101/174029>`_.
        
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
