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.1.tar.gz
(18.2 kB
view hashes)
Built Distribution
Close
Hashes for bio2bel_entrez-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65b3c62baff5c4f710817596952bed221a8d45e875761dea187df5326b29993f |
|
MD5 | 45c396397476ecaf55be57e4b6500bc0 |
|
BLAKE2b-256 | b15de929ce4b793e0a86d5f54597e96786ceaa7c2223f4ac85a826d0c26298af |