Learn R Programming

DrDimont (version 0.1.4)

load_interaction_score_output: [INTERNAL] Loads output of python script for interaction score calculation

Description

[INTERNAL] Loads data generated by calculate_interaction_score. Python output files are graphs in `gml` format for each of both groups.

Usage

load_interaction_score_output(saving_path, graphB_null)

Value

A named list (elements `groupA` and `groupB`). Each element contains an iGraph object containing the interaction score as edge attribute.

Arguments

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)