bio2bel / drugbank

A Bio2BEL package for DrugBank (https://www.drugbank.ca)

Home Page:http://bio2bel-drugbank.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Bio2BEL package for DrugBank (https://www.drugbank.ca)

http://bio2bel-drugbank.rtfd.io

License:MIT License


Languages

Language:Python 100.0%