Description Usage Arguments Value Examples
View source: R/csvTemplate-parser.R
To ease the process of replicating the existing (usually a manual one) gating schemes, 
this function populate an empty gating template with the 'alias', 'pop', 'parent' and 'dims' 
columns that exacted from an GatingHierarchy, and leave the other columns (e.g. 'gating_method') blank.
So users can make changes to that template instead of writing from scratch.
| 1 | 
| gh | a  | 
a gating template in data.frame format that requires further edition after output to csv
| 1 2 3 4 | library(flowWorkspace)
dataDir <- system.file("extdata",package="flowWorkspaceData")
gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE))
gh_generate_template(gs[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.