csvSet2LongDf: Convert a set of csv files to one long dataframe with all...

Description Usage Arguments Value

View source: R/csvSet2LongDf.R

Description

This function is mainly used for compatibility with DepecheR. It is analogous to flowSet2Df, but takes files that have been pre-processed in e.g. FlowJo instead of a flowSet.

Usage

1
csvSet2LongDf(path = ".", idInfo, nRows = "all")

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=""..._|..."".

filePath

The path to the files to be imported.

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.