plot.ProbeSet {affy}R Documentation

plot a probe set

Description

Plot intensities by probe set.

Usage

## S3 method for class 'ProbeSet'
plot(x, which=c("pm", "mm"), xlab = "probes", type = "l", ylim = NULL, ...)

Arguments

x a ProbeSet object.
which get the PM or the MM.
xlab x-axis label.
type plot type.
ylim range of the y-axis.
... optional arguments to be passed to matplot.

Value

This function is only used for its (graphical) side-effect.

See Also

ProbeSet

Examples

data(SpikeIn)
plot(SpikeIn)

[Package affy version 1.30.0 Index]