bio2bel-hsdn

Converts the human symptoms-disease network produced by Zhou and Himmelstein to BEL


Keywords
Biological, Expression, Language, Bio2BEL, biological-expression-language, disease, disease-symptom, symptoms
License
MIT
Install
pip install bio2bel-hsdn==0.0.1

Documentation

Bio2BEL HSDN Build Status zenodo

Converts the human symptoms-disease network produced by Zhou and Himmelstein to BEL

Big thanks to Daniel Himmelstein for preprocessing this data in his repository at: https://github.com/dhimmel/hsdn

Installation Current version on PyPI Stable Supported Python Versions MIT License

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

$ python3 -m pip install bio2bel_hsdn

or from the latest code on GitHub with:

$ python3 -m pip install git+https://github.com/bio2bel/hsdn.git

Setup

This repository does not currently cache the data, but only wraps conversion to BEL.

Python REPL

>>> import bio2bel_hsdn
>>> hsdn_manager = bio2bel_hsdn.Manager()
>>> graph = hsdn_manager.to_bel()