A package that wraps PyHGNC to perform mappings between different gene identifiers
Project description
This package support the mapping across different protein/gene identifiers.
Citation
Gray KA, Yates B, Seal RL, Wright MW, Bruford EA. genenames.org: the HGNC resources in 2015. Nucleic Acids Res. 2015 Jan;43(Database issue):D1079-85. doi: 10.1093/nar/gku1071. http://www.ncbi.nlm.nih.gov/pubmed/25361968
Installation
compath_hgnc can be installed easily from PyPI with the following code in your favorite terminal:
$ python3 -m pip install compath_hgnc
or from the latest code on GitHub with:
$ python3 -m pip install git+https://github.com/compath/compath_hgnc.git@master
Setup
HGNC can be downloaded and populated from either the Python REPL or the automatically installed command line utility.
Python REPL
>>> import compath_hgnc
>>> compath_hgnc_manager = compath_hgnc.Manager()
>>> compath_hgnc_manager.populate()
Command Line Utility
compath_hgnc populate
Acknowledgements
This package heavily relies on Andrej Konotopez’s package PyHGNC and the Bio2BEL HGNC.
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
Hashes for compath_hgnc-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca868a7fdd772d7876b67c750bf48edc06c948cc90ddd0a58dcb69a20865f77e |
|
MD5 | 700164080be26999ea182e21d7ae05cd |
|
BLAKE2b-256 | b6663efc438184d60808c806372e8fe753042e197402d93c771defd5867cf974 |