Metadata-Version: 2.1
Name: scvega
Version: 0.0.2
Summary: VEGA: a VAE Enhanced by Gene Annotations for interpretable scRNA-seq deep learning
Home-page: https://github.com/LucasESBS/vega
License: GPL-3.0-or-later
Author: Lucas Seninge
Author-email: lseninge@ucsc.edu
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides-Extra: dev
Provides-Extra: docs
Requires-Dist: adjustText (>=0.7.3,<0.8.0)
Requires-Dist: anndata (>=0.7.5,<0.8.0)
Requires-Dist: furo (>=2022.3.4,<2023.0.0); extra == "docs"
Requires-Dist: markdown (==3.3.4)
Requires-Dist: matplotlib (>=3.1.3,<4.0.0)
Requires-Dist: numpy (>=1.18.1,<2.0.0)
Requires-Dist: pandas (>=1.0.1,<2.0.0)
Requires-Dist: scanpy (>=1.7.0,<2.0.0)
Requires-Dist: scikit-learn (>=0.23.1,<0.24.0)
Requires-Dist: scikit-misc (>=0.1.3,<0.2.0)
Requires-Dist: scipy (>=1.6.0,<2.0.0)
Requires-Dist: scvi-tools (==0.9.0)
Requires-Dist: seaborn (>=0.10.0,<0.11.0)
Requires-Dist: setuptools (<=59.5.0)
Requires-Dist: sphinx (>=4.1,<4.4); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-gallery (>0.6); extra == "docs"
Requires-Dist: sphinx_copybutton (<=0.3.1); extra == "docs"
Requires-Dist: sphinx_remove_toctrees; extra == "docs"
Requires-Dist: sphinxext-opengraph; extra == "docs"
Requires-Dist: torch (>=1.8.0,<2.0.0)
Requires-Dist: tqdm (>=4.56.0,<5.0.0)
Requires-Dist: typing_extensions; (python_version < "3.8") and (extra == "docs")
