goIdToTerm | R Documentation |
Converts GO identifiers to/from GO terms, either explicitly or by
checking if (any items in) the input contains "GO:"
.
goIdToTerm(x, names = TRUE, keepNA = TRUE)
goTermToId(x, names = TRUE, keepNA = TRUE)
flipGoTermId(x, names = TRUE, keepNA = TRUE)
prettyGoTermId(x)
x |
A |
names |
Should a named character be returned? Default is
|
keepNA |
Should any GO term/id names that are missing or obsolete
be replaced with a |
A character
of GO terms (ids) if x
were ids
(terms).
Laurent Gatto
goIdToTerm("GO:0000001")
goIdToTerm("GO:0000001", names = FALSE)
goIdToTerm(c("GO:0000001", "novalid"))
goIdToTerm(c("GO:0000001", "GO:0000002", "notvalid"))
goTermToId("mitochondrion inheritance")
goTermToId("mitochondrion inheritance", name = FALSE)
goTermToId(c("mitochondrion inheritance", "notvalid"))
prettyGoTermId("mitochondrion inheritance")
prettyGoTermId("GO:0000001")
flipGoTermId("mitochondrion inheritance")
flipGoTermId("GO:0000001")
flipGoTermId("GO:0000001", names = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.