PROGENy is resource that leverages a large compendium of publicly available signaling perturbation experiments to yield a common core of pathway responsive genes for human and mouse. These, coupled with any statistical method, can be used to infer pathway activities from bulk or single-cell transcriptomics.
This is an R package for storing the pathway signatures. To infer pathway activities, please check out decoupleR, available in R or python.
Progeny is available in Bioconductor. In addition, one can install the development version from the Github repository:
## To install the package from Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("progeny")
## To install the development version from the Github repo:
devtools::install_github("saezlab/progeny")
Since the original release, we have implemented some extensions in PROGENy:
Schubert M, Klinger B, Klünemann M, Sieber A, Uhlitz F, Sauer S, Garnett MJ, Blüthgen N, Saez-Rodriguez J. 2018. Perturbation-response genes reveal signaling footprints in cancer gene expression. Nature Communications: 10.1038/s41467-017-02391-6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.