This function constructs a new FlowObject using either data imported from CSV files or data provided directly as arguments.
Usage
CreateFlowObject(
path = ".",
select = TRUE,
sample_file = NULL,
Data = NULL,
sampledef = NULL,
experiment_name = NULL
)
Arguments
- path
Path to CSV files.
- select
Whether to select files via an interactive window.
- sample_file
When select is FALSE, a vector of sample file names.
- Data
A data frame containing flow cytometric expression data. If provided, file reading is skipped.
- sampledef
An object of class SampleDef or a list containing sample definitions. If provided, sampledef population is skipped.
- experiment_name
Name of the experiment.
See also
Other Initialization:
SampleDef