Description Usage Arguments Details Value Author(s) See Also Examples
Finds the GO name form GO id.
1 | getGOnames(x, verbose = TRUE)
|
x |
a character vector of GO ids. |
verbose |
verbose. |
Uses the library GO.db.
x
may be a data.frame
.
In such case, GO ids are expected in its row names.
A character vector with the corresponding GO names.
David Montaner dmontaner@cipf.es
propagateGO
, goLeaves
,
splitOntologies
, getKEGGnames
,
getOntology
1 | getGOnames (c("GO:0000018", "GO:0000038", "BAD_GO"))
|
KEGG.db contains mappings based on older data because the original
resource was removed from the the public domain before the most
recent update was produced. This package should now be considered
deprecated and future versions of Bioconductor may not have it
available. Users who want more current data are encouraged to look
at the KEGGREST or reactome.db packages
Using GO.db version: 3.4.1
GO:0000018
"regulation of DNA recombination"
GO:0000038
"very long-chain fatty acid metabolic process"
<NA>
NA
Warning message:
In getGOnames(c("GO:0000018", "GO:0000038", "BAD_GO")) :
1 GOids where not found; missing names generated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.