### Name: GOOBSOLETE ### Title: Annotation of GO identifiers by terms defined by Gene Ontology ### Consortium and their status are obsolete ### Aliases: GOOBSOLETE ### Keywords: datasets ### ** Examples 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]]) }