plot.ProbeSet: plot a probe set

View source: R/plot.ProbeSet.R

plot.ProbeSetR 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)

Bioconductor/affy documentation built on July 21, 2023, 5:23 p.m.