plotDensity.AffymetrixCelFile | R Documentation |
Plots the density of the probe signals on the array.
## S3 method for class 'AffymetrixCelFile'
plotDensity(this, subset=NULL, types=NULL, ..., xlim=c(0, 16), xlab=NULL,
ylab="density (integrates to one)", log=TRUE, annotate=TRUE, verbose=FALSE)
subset |
The subset of probes to considered before any
filtering by probe type is applied.
If a |
types |
The type of probes to include, e.g. |
... |
Additional arguments passed to
|
xlim |
The range on the x axis. |
xlab , ylab |
The labels on the x and the y axes. |
log |
If |
verbose |
A |
Returns nothing.
Henrik Bengtsson
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.