createMonocellCdf.AffymetrixCdfFile {aroma.affymetrix} | R Documentation |
Creates a mono-cell version of the CDF.
## S3 method for class 'AffymetrixCdfFile': createMonocellCdf(this, chipType=getChipType(this), tags="monocell", sep=",", path=NULL, nbrOfCellsPerField=1, ..., ram=NULL, verbose=TRUE)
chipType |
The chip type of the new CDF. |
tags |
Tags added to the chip type of the new CDF. |
sep |
A string separating the chip type and the tags string. |
path |
The path where to store the new CDF file. |
nbrOfCellsPerField |
Number of cells per group field the new CDF should have. |
... |
Additional arguments passed to writeCdf . |
ram |
A double saying if more or less units should be converted
per chunk. A smaller value uses less memory. |
verbose |
A logical or Verbose . |
Returns the monocell CDF as an AffymetrixCdfFile
object.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCdfFile
.