Metadata-Version: 2.1
Name: quanp
Version: 0.1.21
Summary: Quantitative Analysis in Python.
Home-page: http://github.com/hongkailee/quanp
Author: Hong Kai Lee
Author-email: leehongkai@gmail.com
License: BSD
Description: |PyPI| |PyPIDownloads| |Docs|
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/quanp?logo=PyPI
           :target: https://pypi.org/project/quanp
        .. |PyPIDownloads| image:: https://static.pepy.tech/badge/quanp
           :target: https://pepy.tech/project/quanp
        .. |Docs| image:: https://readthedocs.org/projects/quanp/badge/?version=latest
            :target: https://quanp.readthedocs.io/en/latest/?badge=latest
        
        Quanp – Quantitative Analysis in Python
        =======================================
        
        Quanp is a scalable toolkit for analyzing cross-sectional and longitudinal/time-series 
        quantitative data. It was first inspired by `scanpy <https://scanpy.readthedocs.io>`__. and 
        jointly built with `anndata <https://anndata.readthedocs.io>`__. It includes
        preprocessing, visualization, clustering, features selection/importance. 
        
        Read the documentation_. If you'd like to contribute by opening an issue or creating a pull request,
        please take a look at our `contributing guide`_.
        If Quanp is useful for your research, consider being a contributor.
        
        .. _documentation: https://quanp.readthedocs.io
        .. _contributing guide: CONTRIBUTING.md
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
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.6
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
Provides-Extra: louvain
Provides-Extra: leiden
Provides-Extra: bbknn
Provides-Extra: scvi
Provides-Extra: rapids
Provides-Extra: magic
Provides-Extra: skmisc
Provides-Extra: harmony
Provides-Extra: doc
Provides-Extra: test
