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