| createMonocellCdf.AffymetrixCdfFile | R Documentation |
Creates a mono-cell version of the CDF.
## S3 method for class 'AffymetrixCdfFile'
createMonocellCdf(this, chipType=getChipType(this), tags="monocell", path=NULL,
nbrOfCellsPerField=1, ..., ram=NULL, overwrite=FALSE, verbose=TRUE)
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 |
ram |
A |
verbose |
A |
Returns the monocell CDF as an AffymetrixCdfFile object.
Henrik Bengtsson, Ken Simpson
For more information see AffymetrixCdfFile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.