univ_AnnotDbPkg | R Documentation |
Function to compute the 'universe' argument for the enrich_GO
function, in case this latter should be the entire organism.
Returns all the ID of the OrgDb annotation package for the corresponding
organism.
univ_AnnotDbPkg(orgdb)
orgdb |
a Bioconductor OrgDb annotation package |
A vector of ENTREZ ID
Florence Combes
if (!requireNamespace("org.Sc.sgd.db", quietly = TRUE)) {
stop("Please install org.Sc.sgd.db:
BiocManager::install('org.Sc.sgd.db')")
}
library(org.Sc.sgd.db)
univ_AnnotDbPkg("org.Sc.sgd.db")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.