Learn R Programming

aroma.affymetrix (version 2.2.0)

plotDensity.AffymetrixCelSet: Plots the densities of all samples

Description

Plots the densities of all samples.

Usage

## S3 method for class 'AffymetrixCelSet':
plotDensity(this, subset=NULL, types=NULL, ..., col=seq(this), lty=NULL, lwd=NULL, annotate=TRUE, add=FALSE, verbose=FALSE)

Arguments

subset
The subset of probes to considered before any filtering by probe type is applied. If a vector of doubles, the cell indices. If
types
The type of probes to include, e.g. "all", "pmmm", "pm", and "mm".
...
Additional arguments passed to plotDensity.AffymetrixCelFile().
col
A vector of colors for each of the arrays.
lty
A vector of line types for each of the arrays.
lwd
A vector of line widths for each of the arrays.
add
If FALSE, a new plot is created, otherwise the generated graphics is added to the current plot.

Value

  • Returns nothing.

See Also

For more information see AffymetrixCelSet.