fg_get_markers {flowGraph}R Documentation

Retrieves the markers from a given flowGraph object.

Description

Retrieves the markers from a given flowGraph object.

Usage

fg_get_markers(fg)

Arguments

fg

flowGraph object.

Value

A character vector containing the markers used in a flowGraph object.

See Also

flowGraph-class

Examples


 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)


[Package flowGraph version 1.1.0 Index]