View source: R/merge_flowdata.R
merge_flowdata | R Documentation |
merge_flowdata() merges the flow cytometry data from different FCS files into a single flowFrame.
merge_flowdata(filenames, give_indiv = FALSE)
filenames |
a character vector providing the path and name of the FCS files to merge into a flowFrame. |
give_indiv |
a logical indicating if flowFrames corresponding to each FCS file should also be provided. |
a flowFrame corresponding to the combined FCS files. If giv_indiv = TRUE, merge_flowdata() returns a list composed of the combined_ff and the indiv_ff.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.