Metadata-Version: 2.1
Name: velovi
Version: 0.1.1
Summary: Estimation of RNA velocity with variational inference.
Home-page: https://github.com/YosefLab/velovi
License: BSD-3-Clause
Author: Adam Gayoso
Author-email: adamgayoso@berkeley.edu
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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
Provides-Extra: tutorials
Requires-Dist: anndata (>=0.7.5)
Requires-Dist: black (>=20.8b1); extra == "dev"
Requires-Dist: codecov (>=2.0.8); extra == "dev"
Requires-Dist: flake8 (>=3.7.7); extra == "dev"
Requires-Dist: importlib-metadata (>=1.0,<2.0); python_version < "3.8"
Requires-Dist: ipython (>=7.1.1); extra == "docs"
Requires-Dist: isort (>=5.7); extra == "dev"
Requires-Dist: jupyter (>=1.0); extra == "dev"
Requires-Dist: nbconvert (>=5.4.0); extra == "dev"
Requires-Dist: nbformat (>=4.4.0); extra == "dev"
Requires-Dist: nbsphinx-link; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pre-commit (>=2.7.1); extra == "dev"
Requires-Dist: pydata-sphinx-theme (>=0.4.0); extra == "docs"
Requires-Dist: pytest (>=4.4); extra == "dev"
Requires-Dist: python-igraph
Requires-Dist: scanpy (>=1.6); extra == "dev" or extra == "tutorials"
Requires-Dist: scanpydoc (>=0.5); extra == "docs"
Requires-Dist: scikit-learn (>=0.21.2)
Requires-Dist: scvelo
Requires-Dist: scvi-tools (>=0.16.4)
Requires-Dist: sphinx (>=4.1); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: typing_extensions; (python_version < "3.8") and (extra == "docs")
Project-URL: Documentation, https://scvi-tools.org
Description-Content-Type: text/markdown

# velovi

[![Stars](https://img.shields.io/github/stars/YosefLab/velovi?logo=GitHub&color=yellow)](https://github.com/YosefLab/velovi/stargazers)
[![Documentation Status](https://readthedocs.org/projects/velovi/badge/?version=latest)](https://velovi.readthedocs.io/en/stable/?badge=stable)
![Build Status](https://github.com/YosefLab/velovi/workflows/velovi/badge.svg)
[![codecov](https://codecov.io/gh/YosefLab/velovi/branch/main/graph/badge.svg?token=BGI9Z8R11R)](https://codecov.io/gh/YosefLab/velovi)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)

Variational inference for RNA velocity. This is an experimental repo for the veloVI model. Installation instructions and tutorials are in the docs. Over the next few months veloVI will move into [scvi-tools](https://scvi-tools.org/), and wrappers wil be built in [scVelo](https://scvelo.org/).

