Skip to content

Commit

Permalink
Update readme.md DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpeidli committed Jan 22, 2024
1 parent 0a34b17 commit ab78f09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
![GitHub last commit](https://img.shields.io/github/last-commit/sanderlab/scperturb)

# scPerturb: A resource and a python tool for single-cell perturbation data
doi:[10.1101/2022.08.20.504663](https://doi.org/10.1101/2022.08.20.504663)
For the publication see: [Peidli, S., Green, T.D., et al. Nature Methods (2024)](https://www.nature.com/articles/s41592-023-02144-y).

## Where to find the data
The datasets are available to download on [scperturb.org](https://scperturb.org/) (where you can also find a table of all included datasets) and alternatively on Zenodo:
The datasets are available to download on [scperturb.org](https://scperturb.org/) (where you can also find an [interactive table](http://projects.sanderlab.org/scperturb/datavzrd/scPerturb_vzrd_v1/dataset_info/index_1.html) of all included datasets) and alternatively on Zenodo, depending on the modality you are interested in:
- [RNA data](https://zenodo.org/record/7041849)
- [ATAC data](https://zenodo.org/record/7058382)

Expand Down Expand Up @@ -44,7 +44,8 @@ Install using:
install.packages('scperturbR')
```

## Instructions to run the code to recreate the manuscript figures
## Reproducibility
Instructions to run the code to reproduce the figures and tables in the paper and supplement:
- install conda if necessary (also check out mamba, it's way faster)
- run "conda env create -f sc_env.yaml" to create a new conda environment with all the necessary packages to run the code (**you will need this**)
- activate the environment with "conda activate sc_env"
Expand Down

0 comments on commit ab78f09

Please sign in to comment.