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
Built Distribution
File details
Details for the file bio2bel_entrez-0.0.1.dev0.tar.gz
.
File metadata
- Download URL: bio2bel_entrez-0.0.1.dev0.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 098065df71f333ccdeab054ec2437458807e995e0d6219e599c43b6d9d21280a |
|
MD5 | dc6c55bbb5ffb6aac47fb131ff231333 |
|
BLAKE2b-256 | 0185bb59a260424b472aaa242df99bc78664cbf33d470baa6fdab2d759367368 |
Provenance
File details
Details for the file bio2bel_entrez-0.0.1.dev0-py3-none-any.whl
.
File metadata
- Download URL: bio2bel_entrez-0.0.1.dev0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93c6efa70eaa67a69c9de60bf706bd3047419f54832287f8f4969b097dffc147 |
|
MD5 | 7f71dd2fa67aa2f40a43bf75afb1b4bf |
|
BLAKE2b-256 | 9424df906e400c9664d446b6395b397ae79717424b50927d7b17674398462e55 |