Learn R Programming

DrDimont (version 0.1.4)

interaction_score_graphs_example: Interaction score graphs

Description

Exemplary intermediate pipeline output: Interaction score graphs example data built by generate_interaction_score_graphs using combined_graphs_example and drug_target_edges_example. A named list (elements `groupA` and `groupB`). Each element contains an iGraph object containing edge attributes: the correlation values as `weight` and the interaction score as `interactionweight`.

Usage

interaction_score_graphs_example

Arguments

Format

A named list with 2 items.

groupA

iGraph graph object containing the interaction score as weight for groupA.

groupB

Details

A subset of the original data by Krug et al. (2020) and randomly sampled metabolite data from layers_example was used to generate the correlation matrices, individual graphs and combined graphs. They were created from data stratified by estrogen receptor (ER) status: `groupA` contains data of ER+ patients and `groupB` of ER- patients. Drug-gene interactions were used from The Drug Gene Interaction Database.