View source: R/ontology_shared.R
goont | R Documentation |
Get a go ontology name from an ID.
goont(go = c("GO:0032432", "GO:0032433"))
go |
GO id, this may be a character or list (assuming the elements are goids). |
The set of ontology IDs associated with the GO ids, thus 'MF' or 'BP' or 'CC'.
[AnnotationDbi] [GO.db]
## Not run:
goont(c("GO:0032432", "GO:0032433"))
## > GO:0032432 GO:0032433
## > "CC" "CC"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.