isCelFile | 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
.
ASCII (v3), binary (v4;XDA), and binary (CCG v1;Calvin) CEL files
are recognized.
If file does not exist, an exception is thrown.
Henrik Bengtsson
readCel
(), readCelHeader
(), readCelUnits
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.