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

https://github.com/theislab/perturbation-metrics


https://github.com/theislab/perturbation-metrics

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# perturbation-metrics

To setup an appropriate python environment, simply install [pertpy](https://pertpy.readthedocs.io/en/latest/installation.html). This will also install other required packages such as `scanpy` and `scvi-tools`.
```
pip install pertpy
```

Simulations were run in `R`. To set up an appropriate R environment, please install the following in an R 4.0+ environment.
```
BiocManager::install("splatter")
BiocManager::install("scater")
```