This repository contains knowledge curated in Biological Expression Language (BEL) for NeuroMMSig during the AETIONOMY project.
Installation • Usage • License
neurommsig_knowledge can be installed from PyPI with the following command:
$ pip install neurommsig_knowledgeThe latest version can be installed from GitHub with:
$ pip install git+https://github.com/neurommsig/neurommsig-knowledge.gitThe graph can be loaded with:
from neurommsig_knowledge import repository
from pybel import union
# Get all graphs
graphs = repository.get_graphs()
# Combine them all using pybel.union
graph = union(graphs.values())- 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.