Learn R Programming

DrDimont (version 0.1.4)

drug_target_edges_example: Drug target nodes in combined network

Description

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:

Usage

drug_target_edges_example

Arguments

Format

A named list with 2 items.

targets

A named list

edgelists

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`.

Details

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.