hs133aptentrezgGENENAME {hs133aptentrezg}R Documentation

Map Between custom CDF probeset and its description

Description

hs133aptentrezgGENENAME is an R environment that maps manufacturer identifiers to the corresponding gene name.

Details

Each probeset mapsed to a description that comes with the original data source. It could be empty if the data souce didn't provide any description

Examples

     # Convert to a list
     data(hs133aptentrezgGENENAME)
     xx <- as.list(hs133aptentrezgGENENAME)
     # Remove probes that do not map to any GENENAME
     xx <- xx[!is.na(xx)]
     if(length(xx) > 0){
         # Gets the gene names for the first five probe ids
         xx[1:5]
         # Get the first one
         xx[[1]]
     }

[Package hs133aptentrezg version 10.0.0 Index]