fg_get_markers {flowGraph} | 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.
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)