Name Mode Size
R 040000
data 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
.travis.yml 100644 0 kb
CONDUCT.md 100644 1 kb
DESCRIPTION 100644 1 kb
Dockerfile 100644 1 kb
LICENSE 100644 2 kb
NAMESPACE 100644 3 kb
NEWS.md 100644 8 kb
README.md 100644 2 kb
appveyor.yml 100644 1 kb
codecov.yml 100644 0 kb
README.md
# cTRAP [![Travis-CI Build Status][travisBadge]][travis] [![AppVeyor Build Status][appveyorBadge]][appveyor] [![Coverage Status][codecovBadge]][codecov] `cTRAP` is an R package designed to compare differential gene expression results with those from known cellular perturbations (such as gene knock-down, overexpression or small molecules) derived from the [Connectivity Map][clue.io] [(Subramanian et al., Cell 2017)][subramanian2017]. Such analyses allow not only to infer the molecular causes of the observed difference in gene expression but also to identify small molecules that could drive or revert specific transcriptomic alterations. ## Installing [cTRAP is available in Bioconductor][bioconductor] and can be installed with: ``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("cTRAP") ``` If you prefer, you can install cTRAP from GitHub instead: ``` r install.packages("remotes") remotes::install_github("nuno-agostinho/cTRAP") ``` [clue.io]: https://clue.io/ [subramanian2017]: https://doi.org/10.1016/j.cell.2017.10.049 [travis]: https://travis-ci.org/nuno-agostinho/cTRAP [travisBadge]: https://travis-ci.org/nuno-agostinho/cTRAP.svg?branch=master [codecov]: https://codecov.io/github/nuno-agostinho/cTRAP?branch=master [codecovBadge]: https://img.shields.io/codecov/c/github/nuno-agostinho/cTRAP/master.svg [appveyor]: https://ci.appveyor.com/project/nuno-agostinho/cTRAP [appveyorBadge]: https://ci.appveyor.com/api/projects/status/github/nuno-agostinho/cTRAP?branch=master&svg=true [bioconductor]: http://bioconductor.org/packages/cTRAP