fg_get_markers: Retrieves the markers from a given flowGraph object.

View source: R/01_flowgraph_accessors.R

fg_get_markersR 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)


aya49/flowGraph documentation built on Feb. 4, 2024, 6:40 p.m.