Description Usage Arguments Value
View source: R/functions_enrichment.R
Perform Gene Ontology (Biological Process) enrichment analysis of components
1 2 | GO_enrichment(component, geneNumber = 250, side = "N",
factorisation = SDAresults, database = Musculus)
|
component |
string; name of component e.g. "V5N" (N meaning negative size loadings) |
geneNumber |
integer; number of top genes to include |
side |
char; should negative of positive values be considered the top |
factorisation |
SDA factorisation object, output of SDAtools::load_results() |
database |
OrgDb; object of class OrgDb from the package AnnotationDbi |
data.frame with each row a GO term, columns Description, pvalue, Enrichment, etc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.