View source: R/load_subnetwork.R
load_subnetwork | R Documentation |
Loads the subnetwork information from pairs of drugs and diseases
load_subnetwork(DISEASE1, DISEASE2, DRUG1, DRUG2)
DISEASE1 |
name of the first disease. Should be compatible with DisNor (https://disnor.uniroma2.it/) disease names. |
DISEASE2 |
name of the second disease. Should be compatible with DisNor (https://disnor.uniroma2.it/) disease names. |
DRUG1 |
name of the first drug. Should be compatible with Drugbank (https://go.drugbank.com/) drug names. |
DRUG2 |
name of the second drug. Should be compatible with Drugbank (https://go.drugbank.com/) drug names. |
list
## Not run: library(drugdealR) load_subnetwork('Myeloid Leukemia, Chronic', 'Multiple Sclerosis', 'Imatinib', 'Tandutinib') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.