fg_get_feature_desc {flowGraph} | R Documentation |
Retrieves and/or recalculates a feature description table for a given flowGraph object.
fg_get_feature_desc(fg, re_calc = FALSE)
fg |
flowGraph object. |
re_calc |
A logical variable specifying whether or not a feature summary
should be re-calculated or directly retrieved from |
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
.
flowGraph-class
fg_get_feature
fg_add_feature
fg_rm_feature
fg_get_summary_desc
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)