Compute difference of interaction score of two groups
Compute difference of interaction score of two groups
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.
interaction_score_graphs: [list] Named list with elements groupA and groupB containing iGraph objects with weight and interaction_weight as edge attributes (output of generate_interaction_score_graphs)
settings: [list] A named list containing pipeline settings. The settings list has to be initialized by drdimont_settings. Items in the named list can be adjusted as desired.
Returns
iGraph object with differential_score and differential_interaction_score as edge attributes