AnnotateDrug: Annotate drug

View source: R/generate_drug.R

AnnotateDrugR Documentation

Annotate drug

Description

This function is a wrapper for multiple query functions. It will query PubChem, ChEMBL, UniChem, and DTC to fetch information for drugs

Usage

AnnotateDrug(drug_names)

Arguments

drug_names

A vector of characters containing the names for the drugs

Value

A list with two data frames:

  • drug It contain the basic information from PubChem, ChEMBL, and UniChem database.

  • target It contains the target information for durgs from DTC database.

Examples

AnnotateDrug(c("aspirin", ""))

shuyuzheng/TidyComb documentation built on June 14, 2022, 6:40 a.m.