Exemplary final pipeline output: Drug response score dataframe. This contains drugs and the
calculated differential drug response score. The score was calculated by
compute_drug_response_scores using
differential_graph_example, drug_target_edges_example and
drug_response_scores_exampleDataframe with two columns
Names of drugs
Associated differential drug response scores
drug_target_interaction <- make_drug_target(target_molecules='protein',
interaction_table=drug_gene_interactions,
match_on='gene_name')
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, combined graphs, interaction score graphs, and differential
score graph. 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.