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
Download the latest stable code from PyPI with:
$ python3 -m pip install bio2bel_expasy
or check the installation instructions.
Command Line Interface
To output the hierarchy of enzyme classes, type the following in the command line:
bio2bel_expasy write -f ~/Desktop/ec.bel
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
File details
Details for the file bio2bel_expasy-0.1.1.tar.gz
.
File metadata
- Download URL: bio2bel_expasy-0.1.1.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10091e0087d5dc9b7c8ceba806c4070ad6778f8af541cf256b47d05281c29e13 |
|
MD5 | fa73837ae4962d0e45403d3caedb522e |
|
BLAKE2b-256 | 8f8a4341154d273876e27440f4fccc6b2e0cfdb0cfecf40d85edbeb73060034b |
File details
Details for the file bio2bel_expasy-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: bio2bel_expasy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ede01381311f32bb53d7371827f86b6b58886b964304c3267a11040704626475 |
|
MD5 | fb931b404af4941707a2a722720b61e0 |
|
BLAKE2b-256 | 8f7a71c3560d5162f0114f9e312121bb13613baf44a67297dca2b492d86d9e2b |