# create an expression set with 3 genes and 3 samples
eset <- make.example.data("eset", nfeat=3, nsmpl=3)
featureNames(eset) <- paste0("ENSG00000000", c("003","005", "419"))
eset <- map.ids(eset, org="hsa")
Run the code above in your browser using DataLab