A package for parsing and storing the ExPASy Enzyme Database
Project description
This repository downloads and parses the enzyme classes from the ExPASy ENZYME database
Installation

bio2bel_expasy can be installed easily from PyPI with the following code in your favorite terminal:
$ python3 -m pip install bio2bel_expasy
or from the latest code on GitHub with:
$ python3 -m pip install git+https://github.com/bio2bel/expasy.git@master
or check the installation instructions.
Setup
ExPASy can be downloaded and populated from either the Python REPL or the automatically installed command line utility.
Python REPL
>>> import bio2bel_expasy
>>> expasy_manager = bio2bel_expasy.Manager()
>>> expasy_manager.populate()
Command Line Utility
bio2bel_expasy populate
Programmatic Interface
To enrich the proteins in a BEL Graph with their enzyme classes, use:
>>> from bio2bel_expasy import enrich_proteins >>> graph = ... # get a BEL graph >>> enrich_proteins(graph)
Citations
Gasteiger, E., et al. (2003). ExPASy: The proteomics server for in-depth protein knowledge and analysis. Nucleic Acids Research, 31(13), 3784–8.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bio2bel_expasy-0.2.0.tar.gz.
File metadata
- Download URL: bio2bel_expasy-0.2.0.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f2038b05839ff754010c5bb98a47ae65f1faaaaa069d747775f144dc9678b24
|
|
| MD5 |
92162ac119e496630c5983b3f12b321b
|
|
| BLAKE2b-256 |
29399ae1a846c1eeacd81506e55b0332ef7b39189a4190c3113f551fc433a18e
|
File details
Details for the file bio2bel_expasy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: bio2bel_expasy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18005432aaea3ed2d64156fe2ae3d5785153973341d7b0eb527036fd15a4eb93
|
|
| MD5 |
dbc066425f940519aa869295d728cc5f
|
|
| BLAKE2b-256 |
e20a5c63ab94d155734fa5914bc5cd8e33a7abaae35269827f060854746814c5
|