plotDrugstructure: plotDrugstructure

View source: R/plotDrugstructure.R

plotDrugstructureR Documentation

plotDrugstructure

Description

The function "plotDrugstructure" can plot the chemical structure of a drug.

Usage

plotDrugstructure(drugid = "")

Arguments

drugid

A drugbank ID.

Value

A chemical structure of specific drug

Examples

# Load depend package
library(ChemmineR)
library(rvest)
# Obtain molecular formula and visualize it.
plotDrugstructure(drugid ="DB00780")

DrugSim2DR documentation built on Aug. 10, 2023, 9:10 a.m.