isCelFile: Checks if a file is a CEL file or not

Description Usage Arguments Value Author(s) See Also

View source: R/isCelFile.R

Description

Checks if a file is a CEL file or not.

Usage

1
isCelFile(filename, ...)

Arguments

filename

A filename.

...

Not used.

Value

Returns TRUE if a CEL file, otherwise FALSE. ASCII (v3), binary (v4;XDA), and binary (CCG v1;Calvin) CEL files are recognized. If file does not exist, an exception is thrown.

Author(s)

Henrik Bengtsson

See Also

readCel(), readCelHeader(), readCelUnits().


affxparser documentation built on Nov. 8, 2020, 7:26 p.m.