Description Usage Arguments Details Value References See Also Examples
The dsea_GSEA
function performs Drug Set Enrichment Analysis (DSEA)
with the GSEA algorithm from Subramanian et al. (2005). In case of DSEA, drug
identifiers combined with their ranking scores of an upstream GESS method are
used, such as the NCS values from the LINCS method. To use drug instead of
gene labels for GSEA, the former are mapped to functional categories,
including GO or KEGG, based on drug-target interaction
annotations provided by databases such as DrugBank, ChEMBL, CLUE or
STITCH.
1 2 3 4 5 6 7 8 9 10 11 |
drugList |
named numeric vector, where the names represent drug labels and the numeric component scores. This can be all drugs of a GESS result that are ranked by GESS scores, such as NCSs of the LINCS method. Note, drugs with scores of zero are ignored by this method. |
type |
one of 'GO', 'KEGG' or 'MOA' |
ont |
character(1). If type is 'GO', assign |
exponent |
integer value used as exponent in GSEA algorithm. It defines the weight of the items in the item set S. Note, in DSEA the items are drug labels, while it is gene labels in the original GSEA. |
nPerm |
integer defining the number of permutation iterations for calculating p-values |
minGSSize |
integer, annotation categories with less than
|
maxGSSize |
integer, annotation categories with more drugs annotated
than |
pvalueCutoff |
double, p-value cutoff to return only enrichment results for drugs meeting a user definable confidence threshold |
pAdjustMethod |
p-value adjustment method, one of 'holm', 'hochberg', 'hommel', 'bonferroni', 'BH', 'BY', 'fdr' |
The DSEA results stored in the feaResult
object can be returned with
the result
method in tabular format, here tibble
. The columns
of this tibble
are described in the help of the
tsea_mGSEA
function.
feaResult
object containing the enrichment results of
functional categories (e.g. GO terms or KEGG pathways) ranked by the
corresponding enrichment statistic.
GSEA algorithm: Subramanian, A., Tamayo, P., Mootha, V. K., Mukherjee, S., Ebert, B. L., Gillette, M. A., Mesirov, J. P. (2005). Gene set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles. Proceedings of the National Academy of Sciences of the United States of America, 102(43), 15545-15550. URL: https://doi.org/10.1073/pnas.0506580102
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.