boxplotQC {BeadExplorer}R Documentation

Plot a subset of QC boxplots

Description

Plots a series of boxplots for a BeadChip QC data

Usage

boxplotQC(beadData, beadQC, qc, subset, col = NULL, currentcol = "red", currentsym = 21, currentsize = 1.5, ...)

Arguments

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

Details

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.

Value

None

Author(s)

Gareth Elvidge

See Also

boxplotArrays,dotplotArrays, dotplotQC

Examples

## Not run: 
boxplotQC(examplebeadData, examplebeadQC, exampleQC,subset=c(1,4,3,2))
## End(Not run)


[Package BeadExplorer version 1.2.0 Index]