This repository contains Jupyter notebooks demonstrating the PyBEL and PyBEL Tools packages.
This directory contains notebooks that address small problems.
This directory contains notebooks that analyze the contents of a BEL graph.
- Graph Summary
- Citation Summary
- Error Analysis
This directory contains notebooks dealing with input/output and data integration.
- Parsing JGIF
- Resolving Protein Complexes
This directory contains notebooks demonstrating algorithms implemented with PyBEL and NetworkX.
- Generation of Unbiased Candidate Mechanisms
- Subgraph Expansion
- Subgraph Comparison
- Candidate Mechanism Pertubation Amplitude
- Time Series Analysis with CMPA
- Concordance Analysis
Template Notebook (source)
This notebook serves as a style guide for other notebooks in this repository.
The speed and usability of the PyBEL compiler is compared to the two legacy options: bel.rb and the OpenBEL Framework.
test.py (source)
This file can be run with python3 -m nose
to check that notebooks run to completion.