Description Usage Arguments Details Value Author(s) See Also Examples
Classifies significant patterns form a Uni-Variate Gene Set Analysis.
1 | uvPat(gsaout, cutoff = 0.05, pvalue = "padj", statistic = "lor")
|
gsaout |
data.frame; output from uvGsa. |
cutoff |
p-value cutoff for considering significant a Gene Set. |
pvalue |
p-value column to be used. Default is named "padj" as in uvGsa output. |
statistic |
name of the column containing the log odds ratio from the uvGsa analysis. |
Sign of the 'lor' and p-value are used to define functional blocks as up-regulated, down-regulated or not enriched.
A numeric vector (values: -1, 0, 1) indicating relationship between the Gene Set and the ranking variable:
indicates that the gene set is significantly associated to high values of the ranking statistic.
indicates that the gene set is significantly associated to low values of the ranking statistic.
indicates that the gene set not related to the ranking statistic (no enrichment).
David Montaner dmontaner@cipf.es
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.