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