GOSYNONYM: Map from GO synonyms to GO terms

Description Details See Also Examples

Description

GOSYNONYM is an R object that provides mapping from GO synonyms to GO terms

Details

[TODO: Put some details here]

See Also

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## select() interface:
## Objects in this package can be accessed using the select() interface
## from the AnnotationDbi package. See ?select for details.

## Bimap interface:
x <- GOSYNONYM
sample(x, 3)
# GO ID "GO:0009435" has a lot of synonyms
GOTERM[["GO:0009435"]]
# GO ID "GO:0006736" is a synonym of GO ID "GO:0009435"
GOID(GOSYNONYM[["GO:0006736"]])

hardychris/GO.db documentation built on May 6, 2019, 6:57 p.m.