Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NeuroMMSig Knowledge DOI

This repository contains knowledge curated in Biological Expression Language (BEL) for NeuroMMSig during the AETIONOMY project.

InstallationUsageLicense

Installation

neurommsig_knowledge can be installed from PyPI with the following command:

$ pip install neurommsig_knowledge

The latest version can be installed from GitHub with:

$ pip install git+https://github.com/neurommsig/neurommsig-knowledge.git

Usage

The 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())

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.

About

Knowledge curated for NeuroMMSig during the AETIONOMY project

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages