### Name: hgu95av2GO ### Title: Map between Manufacturer IDs and Gene Ontology (GO) ### Aliases: hgu95av2GO ### Keywords: datasets ### ** Examples x <- hgu95av2GO # Get the probe identifiers that are mapped to a GO ID mapped_probes <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped_probes]) if(length(xx) > 0) { # Try the firest one got <- xx[[1]] got[[1]][["GOID"]] got[[1]][["Ontology"]] got[[1]][["Evidence"]] }