### Name: GOTERM ### Title: Annotation of GO Identifiers to GO Terms ### Aliases: GOTERM ### 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]]) Term(xx[[1]]) Synonym(xx[[1]]) Secondary(xx[[1]]) Definition(xx[[1]]) Ontology(xx[[1]]) }