plotDrugstructure {DrugSim2DR} | R 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")
[Package DrugSim2DR version 0.1.1 Index]