affy (version 1.50.0)

plot.ProbeSet: plot a probe set

Description

Plot intensities by probe set.

Usage

"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

Run this code
data(SpikeIn)
plot(SpikeIn)

Run the code above in your browser using DataLab