merge_flowdata: Merge flow cytometry data

View source: R/merge_flowdata.R

merge_flowdataR Documentation

Merge flow cytometry data

Description

merge_flowdata() merges the flow cytometry data from different FCS files into a single flowFrame.

Usage

merge_flowdata(filenames, give_indiv = FALSE)

Arguments

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.

Value

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.


benvallin/banban documentation built on Sept. 29, 2023, 5:46 a.m.