## load example data
data(example.lumi)
## show the summary of the data
# summary(example.lumi)
example.lumi
## get expression matrix
temp <- exprs(example.lumi)
## get a subset
temp <- example.lumi[,1] ## retrieve the first sample
## get the probe id
featureNames(example.lumi)[1:3]
## combine LumiBatch objects
temp <- combine(example.lumi[,1], example.lumi[,3])
temp
Run the code above in your browser using DataLab