examine_data | R Documentation |
This function reads an FCS file and plots density plots for individual markers.
examine_data(input.file = NULL, transform = "arcsinh", cofactor = 5)
input.file |
(Required) Path to input file |
transform |
'arcsinh' or 'none'. 'arcsinh' performs an arcsinh transformation. 'none' performs no data trasformation |
cofactor |
Cofactor for arcsinh transformation (Default: 5) |
examine_data('example.fcs')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.