createUniqueCdf.AffymetrixCdfFile | R Documentation |
In some cases, single probes map to multiple genome locations. In cases where you may later want to store a probe estimate (e.g. a probe effect or a residual), you will not be able to store more than one per cell. The unique CDF facilitates this by making the cell indices unique (essentially copying the multimapping probes).
## S3 method for class 'AffymetrixCdfFile'
createUniqueCdf(this, chipType=getChipType(this), tags="unique", path=NULL, units=NULL,
..., ram=NULL, 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. |
... |
Additional arguments passed to |
ram |
A |
verbose |
A |
Note that the set of units in the "unique" CDF is identical to that of the input CDF. So are the unit groups in each unit. Also the number of cells per unit group is preserved. It is only the cell-index composition of each unit group that changes. The cell indices in the unique CDF are guaranteed to occur only once, whereas this may not be true for the input CDF.
Returns the unique CDF as an AffymetrixCdfFile
object.
Mark Robinson
For more information see AffymetrixCdfFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.