Learn R Programming

aroma.affymetrix (version 3.0.0)

AromaUnitTabularBinaryFile$allocateFromCdf: Creates an AromaUnitTabularBinaryFile mapping to a given CDF

Description

Creates an AromaUnitTabularBinaryFile mapping to a given CDF.

Usage

## Static method (use this): ## AromaUnitTabularBinaryFile$allocateFromCdf(cdf, ...)
## Don't use the below: "allocateFromCdf"(static, cdf, ...)

Arguments

cdf
The AffymetrixCdfFile used as a template and from which the (full) chip type is taken.
path
The path where to store the new file.
tags
A character vector of optional tags appended to the filename.
footer
A nested named list structure of additional attributes that are saved in the file footer after the mandatory ones.
...
Additional arguments passed to allocate() of AromaTabularBinaryFile.

Value

Returns a AromaUnitTabularBinaryFile object.

See Also

To update to file footer afterwards, see writeFooter().