GOOBSOLETE {GO.db} | R Documentation |
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 ) on 200803
http://www.ncbi.nlm.nih.gov/LocusLink
# 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]]) }