isCelFile {affxparser} | R Documentation |
Checks if a file is a CEL file or not.
isCelFile(filename, ...)
filename |
A filename. |
... |
Not used. |
Returns TRUE
if a CEL file, otherwise FALSE
.
If file does not exist, an exception is thrown.
Henrik Bengtsson (http://www.braju.com/R/)
readCel
(), readCelHeader
(), readCelUnits
().