plot.ProbeSet {affy} | R Documentation |
plot.ProbeSet(x, which=c("pm", "mm"), xlab = "probes", type = "l", ylim = NULL, ...)
x |
a ProbeSet |
which |
get the PM or the MM |
xlab |
label on x-axis |
type |
plot type |
ylim |
range of the y-axis |
... |
optional arguments to be passed to matplot |
This function is only used for its (graphical) side-effect.
data(SpikeIn) plot(SpikeIn)