flowSet2LongDf: Convert a flowSet to one long dataframe with all identifiers...

Description Usage Arguments Value

View source: R/flowSet2LongDf.R

Description

This function is mainly used for compatibility with DepecheR.

Usage

1
flowSet2LongDf(flowSetRaw, idInfo)

Arguments

idInfo

A list of any number of characteristics that can be derived from the file names. For each entry, a gsub specification of where to find the information in the file name should be added, such as id=""..._|..."".

frames

The flowSet to be converted. Can contain one single flowFrame.

Value

A long data frame with one column per PMT/APD (or fluorochrome, depending on the state of the imported files), one for the acquisition date (for fcs files) and one colum for each specified slot above. If no gsub-pattern is provided, only a single column with the full file name will be used to separate the observations from each file.


jtheorell/theFlowSpec documentation built on Aug. 22, 2019, 3:33 a.m.