getImage.AffymetrixCelFile | R Documentation |
Creates an RGB Image object from a CEL file.
## S3 method for class 'AffymetrixCelFile'
getImage(this, other=NULL, transforms=list(sqrt), xrange=c(0, Inf), yrange=xrange,
zrange=c(0, sqrt(2^16)), field=c("intensities", "stdvs", "pixels"), zoom=1, ...,
readRectFcn=NULL, verbose=FALSE)
other |
An optional |
xrange , yrange |
|
field |
One of the CEL file fields, i.e. |
zoom |
A |
... |
Additional arguments passed to
|
readRectFcn |
A |
verbose |
A |
Returns an Image object as defined by the EBImage package.
If palette==NULL
, the color code is Grayscale
, otherwise
TrueColor
.
Ken Simpson, Henrik Bengtsson
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.