View source: R/do_GSEA_topGO.R
do_GSEA_topGO | R Documentation |
Performs gene set enrichment on numeric protein vector with specified Ontology
do_GSEA_topGO( proteins, ontology = "CC", algorithm = "classic", threshold = 0.05, add.info = F )
proteins |
numeric score vector |
ontology |
GO ontology |
algorithm |
algorithm to use ("classic", "elim", "weight", "weight01") |
add.info |
Add additional information (takes longer) |
pvalueCutoff |
p-value cutoff for annotations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.