extract_DrugBank_data: Extract Information from DrugBank

View source: R/Create_DB.R

extract_DrugBank_dataR Documentation

Extract Information from DrugBank

Description

Extract Information from DrugBank

Usage

extract_DrugBank_data(
  path_to_drugbank_xml,
  path_to_data,
  path_to_uniprot_data,
  verbose = FALSE
)

Arguments

path_to_drugbank_xml

Path to the file containing the xml format drugbank database.

path_to_data

Path to the folder were the output data should be stored.

path_to_uniprot_data

Path to the file containing the mapping between uniprot IDs and the PDB structures.

Examples

## Not run: 
extract_DrugBank_data(alpha_coord)

## End(Not run)


jfores/DocTDA documentation built on March 19, 2022, 9:37 p.m.