Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 3 kb
README.Rmd 100644 1 kb
README.md 100644 1 kb
README.md
signifinder R package ================ <!-- README.md is generated from README.Rmd. Please edit that file --> `signifinder` is an R package that collects and implements 53 expression-based signatures from cancer literature. Through the analysis of expression data with the collected signatures, `signifinder` can attribute to each sample a score per signature that summarizes many different tumor aspects, such as predict the response to therapy or the survival association, as well as quantify multiple microenvironmental conditions, such as hypoxia or the activity of the immune response. The `signifinder` package is available from [Bioconductor](https://bioconductor.org/packages/release/bioc/html/signifinder.html), where a vignette containing examples and documentation is included. ## Installation The `signifinder` package can be installed from Bioconductor: ``` r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("signifinder") ``` <img src=./vignettes/figures/signifinder_main_figure.png />