Creates a mono-cell version of the CDF.
# S3 method for AffymetrixCdfFile
createMonocellCdf(this, chipType=getChipType(this), tags="monocell", path=NULL,
nbrOfCellsPerField=1, ..., ram=NULL, overwrite=FALSE, verbose=TRUE)
Returns the monocell CDF as an AffymetrixCdfFile
object.
The chip type of the new CDF.
Tags added to the chip type of the new CDF.
The path where to store the new CDF file.
Number of cells per group field the new CDF should have.
Additional arguments passed to writeCdf
.
A double
saying if more or less units should be converted
per chunk. A smaller value uses less memory.
A logical
or Verbose
.
Henrik Bengtsson, Ken Simpson
For more information see AffymetrixCdfFile
.