View source: R/measure_distances.R
measure_dists | R Documentation |
Check if distance matrix of a disease changes after removing a given drug
measure_dists(disease, drug, gr, subnet)
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. |
logical
## Not run: library(drugdealR) measure_dists('Myeloid Leukemia, Chronic', 'Imatinib', gr, subnet) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.