| ExportToFCS | R Documentation | 
Writes an 'IFC_data' object to a Flow Cytometry Standard (FCS) file.
ExportToFCS(
  obj,
  write_to,
  overwrite = FALSE,
  delimiter = "/",
  cytometer = "Image Stream",
  ...
)
| obj | an 'IFC_data' object extracted with features extracted. | 
| write_to | pattern used to export file.
Placeholders, like "%d/%s_fromR.%e", will be substituted: | 
| overwrite | whether to overwrite file or not. Default is FALSE.
Note that if TRUE, it will overwrite exported file if path of 'fileName' and deduced from 'write_to' arguments are different.
Otherwise, you will get an error saying that overwriting source file is not allowed. | 
| delimiter | an ASCII character to separate the FCS keyword-value pairs. Default is : "/". | 
| cytometer | string, if provided it will be used to fill $CYT keyword. | 
| ... | other arguments to be passed. keyword-value pairs can be passed here. | 
invisibly returns full path of exported file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.