View source: R/01_flowgraph_accessors.R
| fg_get_markers | R Documentation | 
Retrieves the markers from a given flowGraph object.
fg_get_markers(fg)
| fg | flowGraph object. | 
A character vector containing the markers used in a flowGraph object.
flowGraph-class
 no_cores <- 1
 data(fg_data_pos30)
 fg <- flowGraph(fg_data_pos30$count, class=fg_data_pos30$meta$class,
                 prop=FALSE, specenr=FALSE,
                 no_cores=no_cores)
 fg_get_markers(fg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.