Description Details References See Also Examples
This is an R object mapping GO identifiers to the specific terms in defined by Gene Ontology Consortium and their definition are obsolete
All the obsolete GO terms that are collected in this index will no longer exist in other mapping objects.
Mappings were based on data provided by: Gene Ontology ftp://ftp.geneontology.org/pub/go/godatabase/archive/latest-lite/ With a date stamp from the source of: 2018-Oct10
https://www.ncib.nlm.nih.gov/LocusLink
AnnotationDb-class
for use of
the select()
interface.
1 2 3 4 5 6 7 8 9 10 11 12 | ## select() interface:
## Objects in this package can be accessed using the select() interface
## from the AnnotationDbi package. See ?select for details.
## Bimap interface:
# Convert the object to a list
xx <- as.list(GOTERM)
if(length(xx) > 0){
# Get the TERMS for the first elent of xx
GOID(xx[[1]])
Ontology(xx[[1]])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.