View source: R/writeCelHeader.R
writeCelHeader | R Documentation |
Writes a CEL header to a connection.
writeCelHeader(con, header, outputVersion=c("4"), ...)
con |
A |
header |
A |
outputVersion |
A |
... |
Not used. |
Currently only CEL version 4 (binary;XDA) headers can be written.
Returns (invisibly) the pathname of the file created.
The CEL v4 header contains redundant information. To avoid inconsistency
this method generates such redundant values from the original values.
This is consistent to how the CEL reader in Fusion SDK does it, cf.
readCelHeader
(). The redundant information is in the (CEL v3)
header
field, which contains the CEL header information as it
would appear in the CEL v3 format. This in turn contains a DAT header
field reproducing the DAT header from the image analysis. It is from
this DAT header that the chip type is extracted.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.