Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicomarini/quantiseqr
https://github.com/federicomarini/quantiseqr
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/federicomarini/quantiseqr
- Owner: federicomarini
- License: gpl-3.0
- Created: 2021-01-20T21:33:28.000Z (almost 4 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-02T15:22:48.000Z (6 months ago)
- Last Synced: 2024-05-09T21:13:01.687Z (6 months ago)
- Language: TeX
- Homepage: https://federicomarini.github.io/quantiseqr/
- Size: 16.9 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# quantiseqr
[![R-CMD-check](https://github.com/federicomarini/quantiseqr/workflows/R-CMD-check/badge.svg)](https://github.com/federicomarini/quantiseqr/actions)
The goal of `quantiseqr` is to streamline the quantification of tumor immune contexture from RNA-seq data using quanTIseq.
quanTIseq is deconvolution method based on an RNA-seq-derived signature matrix (i.e., *TIL10*) designed and validated to quantify 10 different immune cell types.
Please see [(Finotello F et al., Genome Medicine 2019)](https://doi.org/10.1186/s13073-019-0638-6) for additional details on quanTIseq.## Installation
You can install the development version of `quantiseqr` from GitHub with:
``` r
library("remotes")
remotes::install_github("federicomarini/quantiseqr",
dependencies = TRUE, build_vignettes = TRUE)
```## Usage overview
You can find the rendered version of the documentation of `quantiseqr` at the project website , created with `pkgdown`.
## Development
If you encounter a bug, have usage questions, or want to share ideas and functionality to make this package better, feel free to file an [issue](https://github.com/federicomarini/quantiseqr/issues).
## Code of Conduct
Please note that the quantiseqr project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## Citation
If you use this package in your work, please cite the original quanTIseq study:
Finotello F, Mayer C, Plattner C, Laschober G, Rieder D, Hackl H, Krogsdam A, Loncova Z, Posch W, Wilflingseder D, Sopper S, Ijsselsteijn M, Brouwer TP, Johnson D, Xu Y, Wang Y, Sanders ME, Estrada MV, Ericsson-Gonzalez P, Charoentong P, Balko J, de Miranda NFDCC, Trajanoski Z. Molecular and pharmacological modulators of the tumor immune contexture revealed by deconvolution of RNA-seq data. Genome Medicine, 2019. 11(1):34. https://doi.org/10.1186/s13073-019-0638-6