getUPKBtoDB: Get UniProt Proteins to DrugBank Drugs relations from UniProt

View source: R/Intraedges.R

getUPKBtoDBR Documentation

Get UniProt Proteins to DrugBank Drugs relations from UniProt

Description

Get UniProt Proteins to DrugBank Drugs relations from UniProt

Usage

getUPKBtoDB(proteinList, drugList)

Arguments

proteinList

The list of UniProt Ids of the proteins

drugList

The ID of the DrugBank drug entry starting with "DB". This argument can be either a string (one drug) or a list of strings (multiple drugs).

Value

A dataframe containing the connections between UniProt proteins and DrugBank drugs retrieved from UniProt

Examples

## Not run:  
getUPKBtoDB(c("P02747","P00734","P07204"),c("DB00001","DB00002"))

## End(Not run)

frankkramer-lab/Multipath documentation built on June 12, 2025, noon