Description Usage Arguments Value Examples
This function is a quick way to take the exprs content of a fcs file, do an asinh transform, and create a tibble data structure that can be further manipulated. Our default transform is asinh, but you just have to change the transform to anything else, and you'll get the raw data. This function is used in the main function process.multiple.files
1 | FcsToTibble(file, transform = "asinh")
|
file |
the fcs file containing cell infomration |
transform |
if set to asinh, then asinh transforms with scale arg 5 |
tibble of info contained within the fcs file
1 2 3 | file <- system.file("extdata", "Bendall_et_al_Cell_Sample_C_basal.fcs",
package = "Sconify")
FcsToTibble(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.