GOOBSOLETE {GO} | R Documentation |
This is an R environment (hash table) mapping GO identifiers to the specific terms in defined by Gene Ontology Consortium and their definition are obsolete
All the obsolete GO terms are collected in this file will no longer exist on other environments.
Mappings were based on data provided by:
Gene Ontology:ftp://ftp.geneontology.org/pub/go/godatabase/archive/latest. Built: Build Information not available
Package built: Mon Apr 7 09:09:39 2008
http://www.ncbi.nlm.nih.gov/LocusLink
require("GO") || stop("GO unavailable") require("annotate") || stop("annotate unavailable") # Convert the environment 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]]) }