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.1.0.dev0.tar.gz
(16.0 kB
view hashes)
Built Distribution
Close
Hashes for bio2bel_entrez-0.1.0.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cf3b47c1ec7e1d456d5ca60aafd658b4fb4bee775d3c710bee0780a19764fbe |
|
MD5 | 689ba94995925c23fe3b6890b409d428 |
|
BLAKE2b-256 | ab080801b33d18fb062b49e4949e2367088254d372fe3bac44b29094223679b5 |
Close
Hashes for bio2bel_entrez-0.1.0.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f52f13c6e7743ab3c628b289e4d371bbfc544637599886e855b1af5008d1637 |
|
MD5 | 05980a174e3c1813052599d9ed40ee66 |
|
BLAKE2b-256 | dae147fe70831bae0ab0e60dcc7bc315f07c719dc6562b7a5362cd8bf98a9cc5 |