### Name: hgu95av2PATH ### Title: Mappings between probe identifiers and KEGG pathway identifiers ### Aliases: hgu95av2PATH ### Keywords: datasets ### ** Examples x <- hgu95av2PATH # Get the probe identifiers that are mapped to a KEGG pathway ID mapped_probes <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped_probes]) if(length(xx) > 0) { # Get the PATH for the first five probes xx[1:5] # Get the first one xx[[1]] }