load_subnetwork: Loads the subnetwork information from pairs of drugs and...

View source: R/load_subnetwork.R

load_subnetworkR Documentation

Loads the subnetwork information from pairs of drugs and diseases

Description

Loads the subnetwork information from pairs of drugs and diseases

Usage

load_subnetwork(DISEASE1, DISEASE2, DRUG1, DRUG2)

Arguments

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.

Value

list

Examples

## Not run: 
library(drugdealR)
load_subnetwork('Myeloid Leukemia, Chronic', 'Multiple Sclerosis', 'Imatinib', 'Tandutinib')

## End(Not run)

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