View source: R/interaction_score.R
load_interaction_score_output | R Documentation |
[INTERNAL] Loads data generated by calculate_interaction_score
. Python output files are
graphs in 'gml' format for each of both groups.
load_interaction_score_output(saving_path, graphB_null)
saving_path |
[string] Path to save intermediate output of DrDimont's functions. Default is current working directory. Directory to use for writing intermediate data when passing input and output between Python and R. Directory to load python output from |
graphB_null |
[bool] Specifying if graphB of 'groupB' is given (FALSE) or not (TRUE). (default: FALSE) |
A named list (elements 'groupA' and 'groupB'). Each element contains an iGraph object containing the interaction score as edge attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.