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

View source: R/isCelFile.R

isCelFileR Documentation

Checks if a file is a CEL file or not

Description

Checks if a file is a CEL file or not.

Usage

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().


HenrikBengtsson/affxparser documentation built on Feb. 9, 2024, 3:13 a.m.