Learn R Programming

aroma.affymetrix (version 3.2.2)

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: # S3 method for AromaUnitTabularBinaryFile allocateFromCdf(static, cdf, ...)

Value

Returns a AromaUnitTabularBinaryFile object.

Arguments

cdf

The AffymetrixCdfFile used as a template and from which the (full) chip type is taken.

...

Additional arguments passed to allocate() of AromaTabularBinaryFile.

Author

Henrik Bengtsson

See Also

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