### Name: hgu95av2ACCNUM ### Title: Map Manufacturer identifiers to GenBank Accession Numbers ### Aliases: hgu95av2ACCNUM ### Keywords: datasets ### ** Examples # Convert to a list xx <- as.list(hgu95av2ACCNUM) # Remove probe identifiers that do not map to any ACCNUM xx <- xx[!is.na(xx)] if(length(xx) > 0){ # Get the ACCNUM for the first five probes xx[1:5] # Get the first one xx[[1]] }