Learn R Programming

beadarraySNP (version 1.38.0)

reportSamplePanelQC-methods: reportSamplePanelQC

Description

Show raw intensity values for green and red channel for all samples in an experiment

Usage

reportSamplePanelQC(object, by=10, legend=TRUE, ...)

Arguments

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 barplot

Examples

Run this code
data(QC.260)
par(mfrow=c(2,2))
reportSamplePanelQC(QC.260,by=8)

Run the code above in your browser using DataLab