Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YosefLab/mrvi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: YosefLab/mrvi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 9, 2024

  1. Update README.md

    PierreBoyeau authored Oct 9, 2024
    Copy the full SHA
    2a8293a View commit details
Showing with 15 additions and 4 deletions.
  1. +15 −4 README.md
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# mrvi

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

[badge-tests]: https://img.shields.io/github/workflow/status/justjhong/mrvi/Test/main
[link-tests]: https://github.com/YosefLab/mrvi/actions/workflows/test.yml
[badge-docs]: https://img.shields.io/readthedocs/mrvi

Multi-resolution Variational Inference.

🚧 :warning: [DEPRECATED] For the latest version of MrVI, please use the implementation in the `scvi-tools` package (`from scvi.external import MRVI`). This package will no longer be maintained. :warning: 🚧
## 🚨 THIS IMPLEMENTATION IS NO LONGER MAINTAINED 🚨

## Getting started
This standalone package will receive no further updates or support.

Use instead the implementation in the `scvi-tools` package:

```python
from scvi.external import MRVI
```

The up-to-date documentation for the `scvi-tools` implementation can be found in the form of a [user-guide](https://scvi-tools.readthedocs.io/en/latest/user_guide/models/mrvi.html) and a [tutorial](https://scvi-tools.readthedocs.io/en/latest/tutorials/notebooks/scrna/MrVI_tutorial.html).


<!-- ## Getting started
Please refer to the [documentation][link-docs]. In particular, the
@@ -139,4 +150,4 @@ If you found a bug, please use the [issue tracker][issue-tracker].
[issue-tracker]: https://github.com/justjhong/mrvi/issues
[changelog]: https://mrvi.readthedocs.io/latest/changelog.html
[link-docs]: https://mrvi.readthedocs.io
[link-api]: https://mrvi.readthedocs.io/latest/api.html
[link-api]: https://mrvi.readthedocs.io/latest/api.html -->