https://github.com/pybel/pybel-notebooks
Notebooks demonstrating the usage of PyBEL and PyBEL Tools
https://github.com/pybel/pybel-notebooks
bioinformatics biological-expression-language nbviewer networks systems-biology
Last synced: 8 months ago
JSON representation
Notebooks demonstrating the usage of PyBEL and PyBEL Tools
- Host: GitHub
- URL: https://github.com/pybel/pybel-notebooks
- Owner: pybel
- License: apache-2.0
- Created: 2016-10-21T10:50:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T22:54:00.000Z (over 2 years ago)
- Last Synced: 2024-08-10T14:11:15.722Z (11 months ago)
- Topics: bioinformatics, biological-expression-language, nbviewer, networks, systems-biology
- Language: Jupyter Notebook
- Homepage:
- Size: 16.6 MB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyBEL Notebooks
This repository contains Jupyter notebooks demonstrating the [PyBEL](https://github.com/pybel/pybel) and
[PyBEL Tools](https://github.com/pybel/pybel-tools) packages.## Cookbook
This directory contains notebooks that address small problems.
## [Summary](https://github.com/pybel/pybel-notebooks/tree/master/summary)
This directory contains notebooks that analyze the contents of a BEL graph.
1. Graph Summary
2. Citation Summary
3. Error Analysis## [Integration](https://github.com/pybel/pybel-notebooks/tree/master/integration)
This directory contains notebooks dealing with input/output and data integration.
1. Parsing JGIF
2. Resolving Protein Complexes## [Algorithms](https://github.com/pybel/pybel-notebooks/tree/master/algorithms)
This directory contains notebooks demonstrating algorithms implemented with PyBEL and NetworkX.
1. Generation of Unbiased Candidate Mechanisms
2. Subgraph Expansion
3. Subgraph Comparison
4. Candidate Mechanism Pertubation Amplitude
5. Time Series Analysis with CMPA
6. Concordance Analysis## Root Directory
### Template Notebook ([source](https://github.com/pybel/pybel-notebooks/blob/master/Template.ipynb))
This notebook serves as a style guide for other notebooks in this repository.
### BEL Compiler Comparison Notebook ([source](https://github.com/pybel/pybel-notebooks/blob/master/BEL%20Compiler%20Comparison.ipynb)\) ([nbviewer](http://nbviewer.jupyter.org/github/pybel/pybel-notebooks/blob/master/BEL%20Compiler%20Comparison.ipynb)\)
The speed and usability of the PyBEL compiler is compared to the two legacy options: bel.rb and the OpenBEL Framework.### test.py ([source](https://github.com/pybel/pybel-notebooks/blob/master/test.py))
This file can be run with `python3 -m nose` to check that notebooks run to completion.