Metadata-Version: 2.1
Name: velovi
Version: 0.3.0
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.9,<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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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: importlib-metadata (>=1.0,<2.0) ; python_version < "3.8"
Requires-Dist: ipykernel ; extra == "docs"
Requires-Dist: ipython (>=7.1.1) ; extra == "docs" or extra == "docs"
Requires-Dist: jupyter (>=1.0) ; extra == "dev"
Requires-Dist: myst-nb ; extra == "docs"
Requires-Dist: pre-commit (>=2.7.1) ; extra == "dev"
Requires-Dist: pytest (>=4.4) ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: python-igraph
Requires-Dist: ruff ; extra == "dev"
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 (>=0.2.5)
Requires-Dist: scvi-tools (>=1.0.0)
Requires-Dist: sphinx (>=4.1) ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints
Requires-Dist: sphinx-book-theme (>=1.0.0) ; extra == "docs"
Requires-Dist: sphinx-copybutton ; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex ; extra == "docs"
Project-URL: Documentation, https://scvi-tools.org
Description-Content-Type: text/markdown

# velovi

[![Tests][badge-tests]][link-tests]
[![Documentation][badge-docs]][link-docs]

[badge-tests]: https://img.shields.io/github/actions/workflow/status/yoseflab/velovi/test.yml?branch=main
[link-tests]: https://github.com/yoseflab/velovi/actions/workflows/test.yml
[badge-docs]: https://img.shields.io/readthedocs/velovi

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 [scvelo](https://scvelo.org/).

## Getting started

Please refer to the [documentation][link-docs].

## Installation

You need to have Python 3.8 or newer installed on your system. If you don't have
Python installed, we recommend installing [Miniconda](https://docs.conda.io/en/latest/miniconda.html).

There are several alternative options to install velovi:

<!--
1) Install the latest release of `velovi` from `PyPI <https://pypi.org/project/velovi/>`_:

```bash
pip install velovi
```
-->

1. Install the latest release on PyPI:

```bash
pip install velovi
```

2. Install the latest development version:

```bash
pip install git+https://github.com/yoseflab/velovi.git@main
```

## Release notes

See the [changelog][changelog].

## Contact

For questions and help requests, you can reach out in the [scverse discourse][scverse-discourse].
If you found a bug, please use the [issue tracker][issue-tracker].

## Citation

```
@article{gayoso2022deep,
  title={Deep generative modeling of transcriptional dynamics for RNA velocity analysis in single cells},
  author={Gayoso, Adam and Weiler, Philipp and Lotfollahi, Mohammad and Klein, Dominik and Hong, Justin and Streets, Aaron M and Theis, Fabian J and Yosef, Nir},
  journal={bioRxiv},
  pages={2022--08},
  year={2022},
  publisher={Cold Spring Harbor Laboratory}
}
```

[scverse-discourse]: https://discourse.scverse.org/
[issue-tracker]: https://github.com/yoseflab/velovi/issues
[changelog]: https://velovi.readthedocs.io/latest/changelog.html
[link-docs]: https://velovi.readthedocs.io
[link-api]: https://velovi.readthedocs.io/latest/api.html

