## load example data
data(example.lumi)
## Do quality control estimation
lumi.Q <- lumiQ(example.lumi)
## A summary of the QC
summary(lumi.Q, 'QC')
## Plot the results
## plot the pairwise sample correlation
plot(lumi.Q, what='pair')
## see more examples in "plot,ExpressionSet-method" help documents
Run the code above in your browser using DataLab