Learn R Programming

aroma.affymetrix (version 3.0.0)

createMonocellCdf.AffymetrixCdfFile: Creates a mono-cell version of the CDF

Description

Creates a mono-cell version of the CDF.

Usage

"createMonocellCdf"(this, chipType=getChipType(this), tags="monocell", path=NULL, nbrOfCellsPerField=1, ..., ram=NULL, overwrite=FALSE, verbose=TRUE)

Arguments

chipType
The chip type of the new CDF.
tags
Tags added to the chip type of the new CDF.
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

Value

Returns the monocell CDF as an AffymetrixCdfFile object.

See Also

For more information see AffymetrixCdfFile.