Description Usage Arguments Details Value
View source: R/script_modulation_score.R
Determine if a gene modulation can revert disease-induced gene expression patterns.
1 | modulation.score(geneSets = NULL, verbose = FALSE)
|
geneSets |
a list of four lists including up or down gene sets identified in disease or gene perturbations
(e.g., gene knockout, gene knockdown, etc.). Lists of disease and gene perturbations shall not be shuffled and
the same ordering criterion shall be applied (e.g. disease-up-gene-sets, disease-down-gene-sets, gene-up-gene-sets and gene-down-gene-sets).
Each gene set object is a list of two items: |
verbose |
logical indicating whether the messages will be displayed or not in the screen. |
This function implements the core of the modulation (efficacy) score described in \insertRefFailli2019ThETA.
a data frame with target-disease associations and related modulation scores. The gene modulation type and the disease name are also reported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.