GOOBSOLETE: Annotation of GO identifiers by terms defined by Gene...

Description Details References See Also Examples

Description

This is an R object mapping GO identifiers to the specific terms in defined by Gene Ontology Consortium and their definition are obsolete

Details

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

References

https://www.ncib.nlm.nih.gov/LocusLink

See Also

Examples

 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]])
}

Bioconductor/GO.db documentation built on Nov. 25, 2021, 9:22 a.m.