Metadata-Version: 2.4
Name: pegasuspy
Version: 1.11.0rc1
Summary: Pegasus is a Python package for analyzing sc/snRNA-seq data of millions of cells
Home-page: https://github.com/lilab-bcb/pegasus
Author: Yiming Yang, Joshua Gould and Bo Li
Author-email: cumulus-support@googlegroups.com
Keywords: single cell/nucleus genomics analysis
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: ~=3.9
License-File: LICENSE
Requires-Dist: adjustText
Requires-Dist: anndata>=0.7.1
Requires-Dist: Cython
Requires-Dist: docopt
Requires-Dist: demuxEM
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: leidenalg
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: natsort
Requires-Dist: numba
Requires-Dist: numpy>=2.0.2
Requires-Dist: pandas>=1.2.0
Requires-Dist: pegasusio>=0.10.0
Requires-Dist: pybind11
Requires-Dist: scikit-learn>=0.23.2
Requires-Dist: scikit-misc
Requires-Dist: scipy
Requires-Dist: seaborn>=0.13.0
Requires-Dist: setuptools
Requires-Dist: statsmodels
Requires-Dist: umap-learn>=0.5.2
Requires-Dist: wordcloud
Requires-Dist: xlsxwriter
Requires-Dist: igraph
Requires-Dist: zarr<3
Provides-Extra: tsne
Requires-Dist: fitsne; extra == "tsne"
Provides-Extra: louvain
Requires-Dist: louvain; extra == "louvain"
Provides-Extra: scanorama
Requires-Dist: scanorama; extra == "scanorama"
Provides-Extra: torch
Requires-Dist: torch; extra == "torch"
Requires-Dist: harmony-pytorch; extra == "torch"
Requires-Dist: nmf-torch; extra == "torch"
Provides-Extra: forceatlas
Requires-Dist: forceatlas2-python; extra == "forceatlas"
Provides-Extra: mkl
Requires-Dist: mkl; extra == "mkl"
Provides-Extra: rpy2
Requires-Dist: rpy2; extra == "rpy2"
Provides-Extra: scvi
Requires-Dist: scvi-tools; extra == "scvi"
Provides-Extra: pseudobulk
Requires-Dist: pydeseq2; extra == "pseudobulk"
Requires-Dist: gseapy; extra == "pseudobulk"
Provides-Extra: all
Requires-Dist: fitsne; extra == "all"
Requires-Dist: louvain; extra == "all"
Requires-Dist: scanorama; extra == "all"
Requires-Dist: torch; extra == "all"
Requires-Dist: harmony-pytorch; extra == "all"
Requires-Dist: nmf-torch; extra == "all"
Requires-Dist: rpy2; extra == "all"
Requires-Dist: forceatlas2-python; extra == "all"
Requires-Dist: scvi-tools; extra == "all"
Requires-Dist: pydeseq2; extra == "all"
Requires-Dist: gseapy; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

====================================
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/lilab-bcb/pegasus
   :target: https://github.com/lilab-bcb/pegasus/blob/master/LICENSE
.. |Docs| image:: https://readthedocs.org/projects/pegasus/badge/?version=latest
   :target: https://pegasus.readthedocs.io/
.. |Build| image:: https://github.com/lilab-bcb/pegasus/workflows/Pegasus%20CI/badge.svg
   :target: https://github.com/lilab-bcb/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>`__
