View source: R/output_analysis.R
GSEA_more | R Documentation |
GSEA_more
Function to be applied to RegulationInCondition function output.
GSEA_more(
output_globregincond,
output_globregincond2 = NULL,
annotation,
alpha = 0.05,
p.adjust.method = "fdr"
)
output_globregincond |
Output object of running RegulationInCondition function |
output_globregincond2 |
Output object of running RegulationInCondition function for other group different to the previous. By default, NULL. |
annotation |
Annotation matrix with genes in the first column, GO terms in the second |
alpha |
The adjusted pvalue cutoff to consider |
p.adjust.method |
One of holm, hochberg, hommel, bonferroni, BH, BY, fdr or none |
Plot of the network induced from more.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.