importFCSCCC: (Calibration Performance) Import FCS and CCC files

Description Usage Arguments Value Examples

Description

Based on the criteria defined in the model.list, this function imports a single FCS file and one or more CCC files.

Usage

1
importFCSCCC(data.path.vec = NA, model.list = NULL, ...)

Arguments

data.path.vec

A vector of path names that point to data folders. This argument is only needed if model.list is not included. And the code is evolving such that it's best to include model.list. Eventually this argument may be removed from the function.

model.list

A list. Output of the buildmodel.list function.

Value

A data frame in long format, comprising both the FCS and CCC data.

Examples

1
2
3
4
## Not run: 
data.combined <- importFCSCCC(model.list = model.list)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.