merge_flowSet_abstime: Merge a flowSet into a dataframe

Description Usage Arguments Value

View source: R/merge_flowSet_abstime.R

Description

This function takes a flowSet object created by the read.flowSet function from the flowCore package

Usage

1
merge_flowSet_abstime(fs, rename.cols = T, method = "old")

Arguments

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"

Value

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'


ctriandafillou/flownalysis documentation built on Sept. 7, 2020, 1:48 a.m.