A package for parsing and storing Entrez Gene
Project description
This package downloads, parses, and stores the Entrez Gene and HomoloGene databases then provides utilities for converting to BEL.
Installation
bio2bel_entrez can be installed easily from PyPI with the following code in your favorite terminal:
$ python3 -m pip install bio2bel_entrez
or from the latest code on GitHub with:
$ python3 -m pip install git+https://github.com/bio2bel/entrez.git@master
Setup
Entrez can be downloaded and populated from either the Python REPL or the automatically installed command line utility.
Python REPL
>>> import bio2bel_entrez
>>> entrez_manager = bio2bel_entrez.Manager()
>>> entrez_manager.populate()
Command Line Utility
bio2bel_entrez populate
Citations
Maglott, D., et al. (2011). Entrez Gene: gene-centered information at NCBI. Nucleic Acids Research, 39(Database issue), D52–D57.
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
bio2bel_entrez-0.2.0.dev0.tar.gz
(17.8 kB
view hashes)
Built Distribution
Close
Hashes for bio2bel_entrez-0.2.0.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1f6cb7da34dae5b9862f975564c14bc7ea50a3483eb3426c2b9229422a90a44 |
|
MD5 | f0ff75cb08ed9cda6808e8c47eeec87a |
|
BLAKE2b-256 | 7847e66651f3614ab242565a1b147dc3f88b5bbf4dad0bcaa0711444a8171a15 |
Close
Hashes for bio2bel_entrez-0.2.0.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28f5e37df022a7011d719f33e9c6304cdebedde189b1fb6f67d7baa5fc3116f6 |
|
MD5 | 761402c4244ffc4ecec5733a081b0ed1 |
|
BLAKE2b-256 | 92e7825827b1b78fbd3294876d03b4ec56fdad19264e5ae4d5e5a84979badc0d |