allocateFromCdf.AromaUnitTabularBinaryFile {aroma.affymetrix}R Documentation

Creates an AromaUnitTabularBinaryFile mapping to a given CDF

Description

Creates an AromaUnitTabularBinaryFile mapping to a given CDF.

Usage

AromaUnitTabularBinaryFile$allocateFromCdf(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.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

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


[Package aroma.affymetrix version 1.2.0 Index]