Metadata-Version: 2.1
Name: pegasuspy
Version: 1.4.4
Summary: Pegasus is a Python package for analyzing sc/snRNA-seq data of millions of cells
Home-page: https://github.com/klarman-cell-observatory/pegasus
Author: Yiming Yang, Joshua Gould and Bo Li
Author-email: cumulus-support@googlegroups.com
License: UNKNOWN
Keywords: single cell/nucleus genomics analysis
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: ~=3.6
License-File: LICENSE
Requires-Dist: adjustText
Requires-Dist: anndata (>=0.7.1)
Requires-Dist: Cython
Requires-Dist: docopt
Requires-Dist: demuxEM
Requires-Dist: forceatlas2-python
Requires-Dist: gprofiler-official
Requires-Dist: harmony-pytorch (>=0.1.6)
Requires-Dist: nmf-torch (>=0.1.1)
Requires-Dist: hnswlib
Requires-Dist: psutil
Requires-Dist: threadpoolctl
Requires-Dist: joblib (>=0.14)
Requires-Dist: lightgbm (>=2.2.1)
Requires-Dist: loompy
Requires-Dist: louvain (>=0.7.0)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: natsort
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: pegasusio (>=0.4.0.post1)
Requires-Dist: pybind11
Requires-Dist: python-igraph
Requires-Dist: scanorama
Requires-Dist: scikit-learn (>=0.23.2)
Requires-Dist: scikit-misc
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: setuptools
Requires-Dist: statsmodels
Requires-Dist: torch
Requires-Dist: umap-learn (>=0.4)
Requires-Dist: wordcloud
Requires-Dist: xlsxwriter
Requires-Dist: importlib-metadata (>=0.7) ; python_version < "3.8"
Provides-Extra: leiden
Requires-Dist: leidenalg ; extra == 'leiden'
Provides-Extra: mkl
Requires-Dist: mkl ; extra == 'mkl'
Provides-Extra: tsne
Requires-Dist: fitsne ; extra == 'tsne'

====================================
Pegasus for Single Cell Analysis
====================================

|PyPI| |PyPIDownload| |Conda| |Python| |License| |Docs| |Build|

.. |PyPI| image:: https://img.shields.io/pypi/v/pegasuspy.svg
   :target: https://pypi.org/project/pegasuspy
.. |PyPIDownload| image:: https://pepy.tech/badge/pegasuspy
   :target: https://pepy.tech/project/pegasuspy
.. |Conda| image:: https://img.shields.io/conda/v/bioconda/pegasuspy
   :target: https://anaconda.org/bioconda/pegasuspy
.. |Python| image:: https://img.shields.io/pypi/pyversions/pegasuspy
   :target: https://pypi.org/project/pegasuspy
.. |License| image:: https://img.shields.io/github/license/klarman-cell-observatory/pegasus
   :target: https://github.com/klarman-cell-observatory/pegasus/blob/master/LICENSE
.. |Docs| image:: https://readthedocs.org/projects/pegasus/badge/?version=latest
   :target: https://pegasus.readthedocs.io/
.. |Build| image:: https://github.com/klarman-cell-observatory/pegasus/workflows/Pegasus%20CI/badge.svg
   :target: https://github.com/klarman-cell-observatory/pegasus/actions?query=workflow%3A%22Pegasus+CI%22


Pegasus is a tool for analyzing transcriptomes of millions of single cells. It is a command line tool, a python package and a base for Cloud-based analysis workflows.

`Read documentation <http://pegasus.readthedocs.io>`__


