Description Usage Arguments Details Value Author(s) See Also Examples
This function creates a list of gene sets based on GO terms. It is species-specific, and returns a list of gene sets, each of which is a character vector of Entrez identifiers.
1 | GOGeneSets(species = "Dm", ontologies = "MF")
|
species |
a single character value specifying a choice of species: "Dm" ("Drosophila_ melanogaster"), "Hs" ("Homo_sapiens"), "Rn" ("Rattus_norvegicus"), "Mm" ("Mus_musculus") or "Ce" ("Caenorhabditis_elegans")) |
ontologies |
a single character value or a character vector specifying an ontology or multiple ontologies. The current version provides the following choices: "BP", "CC" and "MF" |
This function relies on the following packages: GSEABase, GO.db, and either org.Hs.eg.db, org.Mm.eg.db, org.Rn.eg.db, org.Ce.eg.db, org.Dm.eg.db.
a list of gene sets, with names as GO IDs. Each gene set is a character vector of Entrez identifiers.
Camille Terfve
1 2 3 | library(GO.db)
library(org.Dm.eg.db)
Dm_GO_CC<-GOGeneSets(species="Dm",ontologies=c("CC"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.