An open API service indexing awesome lists of open source software.

https://github.com/cameronraysmith/perturbvelo


https://github.com/cameronraysmith/perturbvelo

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# perturbvelo

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

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

Probabilistic model of RNA metabolism perturbation response

## Getting started

Please refer to the [documentation][link-docs]. In particular, the

- [API documentation][link-api].

## Installation

You need to have Python 3.8 or newer installed on your system. If you don't have
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).

There are several alternative options to install perturbvelo:

1. Install the latest development version:

```bash
pip install git+https://github.com/pinellolab/perturbvelo.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

> t.b.a

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