### Name: hgu95av2PATH2PROBE ### Title: Map between Kyoto Encyclopedia of Genes and Genomes (KEGG) ### pathway identifiers and Manufacturer Identifiers ### Aliases: hgu95av2PATH2PROBE ### Keywords: datasets ### ** Examples # Convert the environment to a list xx <- as.list(hgu95av2PATH2PROBE) # Remove pathway identifiers that do not map to any probe id xx <- xx[!is.na(xx)] if(length(xx) > 0){ # The probe identifiers for the first two elements of XX xx[1:2] # Get the first one xx[[1]] }