View source: R/01_flowgraph_accessors.R
fg_get_summary_desc | R Documentation |
Retrieves a feature summary description table for a given flowGraph object.
fg_get_summary_desc(fg)
fg |
flowGraph object. |
A data frame where each row contains information
on a feature summary from fg
:
type
: feature type (i.e. 'node' or 'edge').
feat
: feature name.
test_name
: summary name.
class
: class or the column name of fg_get_meta(fg)
whose values represent the class label of each sample on which
the summary was created for.
label1
: A string from the class
column of the
meta
slot indicating the label of samples compared.
label2
: A string from the class
column of the
meta
slot indicating the label of samples compared.
flowGraph-class
fg_get_summary
fg_add_summary
fg_rm_summary
fg_get_feature_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_summary_desc(fg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.