Exemplary intermediate pipeline output: Drug targets detected in the combined
graphs. A named list with elements `targets` and `edgelists`. This was created with
determine_drug_targets
using the combined_graphs_example
and:
drug_target_edges_example
A named list with 2 items.
A named list
Contains elements `groupA` and `groupB` containing each a data frame of edges adjacent to drug target nodes each. Each edgelist data frame contains columns `from`, `to` and `weight`.
drug_target_interactions <- make_drug_target(target_molecules='protein',
interaction_table=drug_gene_interactions,
match_on='gene_name')
Drug-gene interactions to calculate this output were used from The Drug Gene Interaction Database.