# (1) reading the expression data from file
exprs.file <- system.file("extdata/exprs.tab", package="EnrichmentBrowser")
pdat.file <- system.file("extdata/pData.tab", package="EnrichmentBrowser")
fdat.file <- system.file("extdata/fData.tab", package="EnrichmentBrowser")
probe.eset <- read.eset(exprs.file, pdat.file, fdat.file)
gene.eset <- probe.2.gene.eset(probe.eset)
Run the code above in your browser using DataLab