Knowledge curated in BEL from full text during the Human Brain Pharmacome project
Project description
HBP Knowledge
This repository contains knowledge curated in Biological Expression Language (BEL) for the Human Brain Pharmacome (HBP) project.
Installation
The latest version can be installed form GitHub with:
$ pip install git+https://github.com/pharmacome/knowledge.git
Usage
The graph can be loaded with:
from hbp_knowledge import get_graphs
from pybel import union
# Get all graphs
graphs = get_graphs()
# Combine them all using pybel.union
graph = union(graphs.values())
License
- BEL scripts in this repository are licensed under the CC BY 4.0 license.
- Python source code in this repository is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hbp_knowledge-0.0.1.tar.gz
(2.3 MB
view hashes)
Built Distribution
Close
Hashes for hbp_knowledge-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d02115b7559fc1c7a63f0ebdcfadd13c1b1922aec8cd569e8a34cb92a586d26e |
|
MD5 | d94385fadee687b93644321a4bb73d66 |
|
BLAKE2b-256 | f27f50ac5cff14081532f18191a7ba835f04a6a6c7cfd92c75438e1d23ee00e7 |