boxplotQC {BeadExplorer} | R Documentation |
Plots a series of boxplots for a BeadChip QC data
boxplotQC(beadData, beadQC, qc, subset, col = NULL, currentcol = "red", currentsym = 21, currentsize = 1.5, ...)
beadData |
Object of class beadData-class |
beadQC |
Object of class beadQC |
qc |
Dataframe created by readQC() |
subset |
A numerical vector, denoting the columns of QC to plot |
col |
A vector of colours to use for the boxplots |
currentcol |
The colour used to identify the current analysis |
currentsym |
The symbol used to identify the current analysis |
currentsize |
The size of the symbol used to identify the current analysis |
... |
arguments passed to boxplot |
This function is primarily an internal function and should not need to be called by the user. The function is used to plot each
indivdual boxplot graph by boxplotArrays
.
None
Gareth Elvidge
boxplotArrays
,dotplotArrays
, dotplotQC
## Not run: boxplotQC(examplebeadData, examplebeadQC, exampleQC,subset=c(1,4,3,2)) ## End(Not run)