Displays all or a subset of the data spatially.
# S3 method for AffymetrixCelFile
image270(this, xrange=c(0, Inf), yrange=c(0, Inf), takeLog=TRUE, interleaved=FALSE, ...,
field=c("intensities", "stdvs", "pixels"), col=gray.colors(256), main=getName(this))
Returns the (270-degrees rotated) data matrix
.
A numeric
vector
of length two giving the left and right
coordinates of the cells to be returned.
A numeric
vector
of length two giving the top and bottom
coordinates of the cells to be returned.
Additional arguments passed image
and [...].
The data field to be displayed.
The color map to be used.
The main title of the plot.
Henrik Bengtsson
*updateUnits()
.
For more information see AffymetrixCelFile
.