Learn R Programming

aroma.affymetrix (version 3.0.0)

writeImage.AffymetrixCelFile: Writes a spatial image of the signals in the CEL file

Description

Writes a spatial image of the signals in the CEL file.

Usage

"writeImage"(this, filename=NULL, fullname=NULL, tags=c("*", "sqrt", "gray"), imgFormat="png", path=NULL, field=c("intensities", "stdvs", "pixels"), ..., skip=TRUE, verbose=FALSE)

Arguments

filename
A character string specifying the filename of the output file.
fullname
A character string specifying the full name of the output file.
tags
A character vector of optional tags added to the already existing tags of the CEL file.
imgFormat
A character string specifying the filename extension which also defines the image file format.
path
The path where the image file is stored.
...
Arguments passed to *getImage().
verbose
A logical or a Verbose object.

Value

Returns the pathname to the image file created.

See Also

For more information see AffymetrixCelFile.