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.2.dev0.tar.gz
(19.0 kB
view hashes)
Built Distribution
Close
Hashes for bio2bel_entrez-0.2.2.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b700728aeae2ca5566a597c9cffceec252eda445f8bd7fd044497d1273337ad |
|
MD5 | 376622589f94572bce2beeca3bdd73b2 |
|
BLAKE2b-256 | 75eb05cffc438869a872e8ee9bd6ba4c1205e70a7685eff721993fb455b3f8f3 |
Close
Hashes for bio2bel_entrez-0.2.2.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca51ee441cbf4465fb348f5bc90421807c3cbc7682170e800927ab0b4361840a |
|
MD5 | 440009805c1cb4e7c88ee9bd1e0da491 |
|
BLAKE2b-256 | 0029289444a77c977a84a0b507c0449b16cb6d4b4e479d1fffb9959f391cd37d |