Description Usage Arguments Value
View source: R/merge_flowSet_abstime.R
This function takes a flowSet object created by the read.flowSet function from the flowCore package
1 | merge_flowSet_abstime(fs, rename.cols = T, method = "old")
|
fs |
The flowset to be merged |
rename.cols |
whether or not to rename the columns of the dataframe to short channel names; default is TRUE |
method |
the method for renaming columns; will only be used if rename.cols = TRUE; default is "old" |
a tidy dataframe of flow cytometry data; rows are observations, columns are channels; the identifier column is by default the name of the fcs file and is called 'exp'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.