Learn R Programming

molnet (version 0.1.0)

drug_target_interaction_example: Drug target interaction example data

Description

Drug target interaction example data

Usage

drug_target_interaction_example

Arguments

Format

A named list with 3 items.

target_molecules

Name of layer containing the drug targets. This name has to match the corresponding named item in the list of layers supplied to start_pipeline.

interaction_table

Table giving drug-gene-interactions.

gene_name
Gene names of targeted protein-coding genes.
ncbi_id
NCBI IDs of targeted protein-coding genes.
drug_name
Drug-names with known interactions.
drug_chembl_id
ChEMBL ID of drugs.

match_on

Column name of the data frame supplied in `interaction_table` that is used for matching drugs and target nodes in the graph (e.g. `ncbi_id`).