Process Drug-Target Interactions
process_drug_target_interactions(
drug_target_interactions,
PIN_genes,
drug_name_col = "drug_name",
target_col = "gene_name"
)processed drug-target interactions. Processing involves converting symbols missing in the PIN, merging drugs that have the same target gene(s)
data frame containing drugs and target genes
gene symbols for the chosen PIN
name of the column containing drug names (default = "drug_name")
name of the column containing drug targets (default = "converted_target_gene")