Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
longmanz authored Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c471786 commit 4f28002
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
@@ -1,5 +1,5 @@
# Mixscale
Mixscale is an R package designed to analyze CRISPR interference (CRISPRi) based Perturb-seq data. It can quantify the heterogeneity of perturbation strength in each cell and improve the statistical power when doing differential expression (DE) analysis. It also provides functions for downstream analyses including decomposition, permutation test, gene set enrichment test, etc. A brief vignette is available at https://longmanz.github.io/Mixscale/ .
Mixscale is an R package designed to analyze CRISPR interference (CRISPRi) based Perturb-seq data. It can quantify the heterogeneity of perturbation strength in each cell and improve the statistical power when doing differential expression (DE) analysis. It also provides functions for downstream analyses including decomposition, permutation test, gene set enrichment test, etc. A brief vignette is available at https://satijalab.github.io/Mixscale/.

## Dependencies
This package depends on several other R packages:
@@ -17,6 +17,7 @@ install_github("longmanz/Mixscale")
```

## Other resources
Our preprint is available at https://www.biorxiv.org/content/10.1101/2024.01.29.576933v2 .\
If you want to access the data generated in our paper (including the pathway gene signatures), you can download them at https://zenodo.org/records/10520190 .
* Our preprint is available at https://www.biorxiv.org/content/10.1101/2024.01.29.576933v2.
* If you want to access the data generated in our paper (including the processed scRNA-seq data and the pathway gene signatures), you can download them at https://doi.org/10.5281/zenodo.14518762.
* Raw fastq files are available at the Gene Expression Omnibus (GEO) under the accession code [GSE281048](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE281048).

0 comments on commit 4f28002

Please sign in to comment.