Learn R Programming

molnet (version 0.1.0)

load_interaction_score_output: Loads output of python script for interaction score calculation

Description

(INTERNAL) Loads data generated by calculate_interaction_score. Output files are graphs in gml format for both groups.

Usage

load_interaction_score_output(loading_path)

Arguments

loading_path

Directory to load from

Value

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