measure_dists: Check if distance matrix of a disease changes after removing...

View source: R/measure_distances.R

measure_distsR Documentation

Check if distance matrix of a disease changes after removing a given drug

Description

Check if distance matrix of a disease changes after removing a given drug

Usage

measure_dists(disease, drug, gr, subnet)

Arguments

disease

name of the disease of interest (compatible with DisNor).

drug

name of the drug of interest (compatible with Drugbank).

gr

the interactome igraph graph object.

subnet

the subnetwork igraph graph object. Contains the disease genes and drug targets of diseases and drugs of interest.

Value

logical

Examples

## Not run: 
library(drugdealR)
measure_dists('Myeloid Leukemia, Chronic', 'Imatinib', gr, subnet)

## End(Not run)

nogay/drugdealR documentation built on Sept. 25, 2022, 11:50 a.m.