Description Usage Arguments Value Examples
Build a flowSet from a data.frame
1 2 3 4 5 6 |
df |
data.frame with a column |
origin |
flowSet from which to retrieve flowFrames description and parameters slots. Ignored if NULL. |
chanel_col |
Names of df's columns to be used as flow variables |
sample_col |
Name of df's column containing sample names |
a flowSet
1 2 3 4 5 6 7 8 | ## Not run:
utils::data("GvHD", package = "flowCore")
gs <- GatingSet(GvHD)
samples <- flowWorkspace::sampleNames(gs)[1:3]
df <- get_data_gs(gs = gs, sample = samples, subset = "root", Ncells = 1000)
fs <- build_flowset_from_df(df = df, origin = gs@data)
pData(fs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.