allocateFromCdf.AffymetrixCelFile: Creates an empty CEL file from a template CDF

AffymetrixCelFile$allocateFromCdfR Documentation

Creates an empty CEL file from a template CDF

Description

Creates an empty CEL file from a template CDF.

Usage

## Static method (use this):
## AffymetrixCelFile$allocateFromCdf(cdf, name, tags=NULL, path=".", suffix=".CEL", ...,
##   overwrite=FALSE, verbose=FALSE)

## Don't use the below:
## S3 method for class 'AffymetrixCelFile'
allocateFromCdf(static, cdf, name, tags=NULL, path=".", suffix=".CEL", ...,
  overwrite=FALSE, verbose=FALSE)

Arguments

cdf

A AffymetrixCdfFile to be used as a template.

name, tags

The name and the tags of the file created.

path

The directory where the file is created.

suffix

Filename suffix.

...

Arguments passed to createCel.

overwrite

If FALSE and the file already exists, then an error is thrown.

verbose

See Verbose.

Value

Returns an AffymetrixCelFile.

Author(s)

Henrik Bengtsson

See Also

For more information see AffymetrixCelFile.


aroma.affymetrix documentation built on July 18, 2022, 5:07 p.m.