Description Usage Arguments Value Examples
Based on the criteria defined in the model.list, this function imports a single FCS file and one or more CCC files.
1 | importFCSCCC(data.path.vec = NA, model.list = NULL, ...)
|
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. |
A data frame in long format, comprising both the FCS and CCC data.
1 2 3 4 | ## Not run:
data.combined <- importFCSCCC(model.list = model.list)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.