View source: R/pipeline_functions.R
generate_differential_score_graph | R Documentation |
Computes the absolute difference of interaction scores between
the two groups. Returns a single graph with the differential score and the
differential interaction score as edge attributes. The interaction score
is computed by generate_interaction_score_graphs
.
generate_differential_score_graph(interaction_score_graphs, settings)
interaction_score_graphs |
[list] Named list with elements 'groupA' and
'groupB' containing iGraph objects with weight and interaction_weight as edge attributes (output of
|
settings |
[list] A named list containing pipeline settings. The settings list has to be
initialized by |
iGraph object with 'differential_score' and 'differential_interaction_score' as edge attributes
data(interaction_score_graphs_example) example_settings <- drdimont_settings() example_differential_score_graph <- generate_differential_score_graph( interaction_score_graphs=interaction_score_graphs_example, settings=example_settings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.