Learn R Programming

DrDimont (version 0.1.6)

drug_response_scores_example: Drug response score

Description

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

Usage

drug_response_scores_example

Arguments

Format

Dataframe with two columns

drug_name

Names of drugs

drug_response_scores

Associated differential drug response scores

Details

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.