reportSamplePanelQC-methods {beadarraySNP} | R Documentation |
Show raw intensity values for green and red channel for all samples in an experiment
reportSamplePanelQC(object, by=10, legend=TRUE, ...)
object |
QCIllumina object |
by |
numeric, number of samples in each plot |
legend |
logical, create a final plot with a common legend for the barplots |
... |
arguments are forwarded to |
data(QC.260) par(mfrow=c(2,2)) reportSamplePanelQC(QC.260,by=8)