fg_get_feature_desc: Retrieves and/or recalculates a feature description table.

View source: R/01_flowgraph_accessors.R

fg_get_feature_descR Documentation

Retrieves and/or recalculates a feature description table.

Description

Retrieves and/or recalculates a feature description table for a given flowGraph object.

Usage

fg_get_feature_desc(fg, re_calc = FALSE)

Arguments

fg

flowGraph object.

re_calc

A logical variable specifying whether or not a feature summary should be re-calculated or directly retrieved from fg.

Value

A data frame where each row contains information on a feature from the given flowGraph object; its columns is as in the feat_desc slot of flowGraph-class.

See Also

flowGraph-class fg_get_feature fg_add_feature fg_rm_feature fg_get_summary_desc

Examples


 no_cores <- 1
 data(fg_data_pos30)
 fg <- flowGraph(fg_data_pos30$count, class=fg_data_pos30$meta$class,
                 no_cores=no_cores)

 fg_get_feature_desc(fg, re_calc=TRUE)


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