bio2bel-drugbank

A package for converting DrugBank to BEL


Keywords
Biological, Expression, Language, BEL, Systems, Biology, Networks, biological-expression-language, cheminformatics, drugbank, drugs, networks-biology, pharmacology, systems-biology, terminology
License
MIT
Install
pip install bio2bel-drugbank==0.1.1

Documentation

Bio2BEL DrugBank Build Status Coverage Status Documentation Status Zenodo DOI

Converts DrugBank 5.0 to BEL.

Installation Current version on PyPI Stable Supported Python Versions MIT License

bio2bel_drugbank can be installed easily from PyPI with the following code in your favorite terminal:

$ python3 -m pip install bio2bel_drugbank

or from the latest code on GitHub with:

$ python3 -m pip install git+https://github.com/bio2bel/drugbank.git@master

Setup

Warning

DrugBank requires a bit of downloading and file organization. Will be documented soon.

Python REPL

>>> import bio2bel_drugbank
>>> drugbank_manager = bio2bel_drugbank.Manager()
>>> drugbank_manager.populate()

Command Line Utility

bio2bel_drugbank populate

Citations