load_data | R Documentation |
This function reads an FCS file and returns a data frame of read counts
load_data(
input.file = NULL,
channels = NULL,
transform = "arcsinh",
cofactor = 5
)
input.file |
(Required) Path to input file |
channels |
Default: NULL. Specify to subset data. Please provide a vector with full channel name (e.g. c('142Nd_CD19', '154Sm_CD3')). Channel names can be found using the print_parameters function. |
transform |
'arcsinh' or 'none'. 'arcsinh' performs an arcsinh transformation. 'none' performs no data trasformation |
cofactor |
Cofactor for arcsinh transformation (Default: 5) |
data <- load_data('example.fcs')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.