Description Usage Arguments Details Value Author(s) See Also Examples
Write FCS file from a flowFrame
1 | write.FCS(x, filename, what="numeric", delimiter = "|", endian="big")
|
x |
A |
filename |
A character scalar giving the output file name. |
what |
A character scalar defining the output data type. One in
|
delimiter |
a single character to separate the FCS keyword/value pairs. Default is : "|" |
endian |
a character, either "little" or "big" (default), specifying the most significant or least significant byte is stored first in a 32 bit word. |
The function write.FCS
creates FCS 3.0 standard file from an object
of class flowFrame
.
For specifications of FCS 3.0 see http://www.isac-net.org and the file
../doc/fcs3.html in the doc
directory of the package.
A character vector of the file name.
F. Hahne
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.