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
File details
Details for the file compath_hgnc-0.0.1.tar.gz
.
File metadata
- Download URL: compath_hgnc-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be66249630efffa9514ae6b68863b1f09da6a036736fe5b401e201d95856ce58 |
|
MD5 | ec7aca6acc32913074c7a16eea6e1286 |
|
BLAKE2b-256 | f9b7ca2308ffbadc8cefad611e9658be3571f103f522fc4ee02fe8aea89ad128 |
File details
Details for the file compath_hgnc-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: compath_hgnc-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca868a7fdd772d7876b67c750bf48edc06c948cc90ddd0a58dcb69a20865f77e |
|
MD5 | 700164080be26999ea182e21d7ae05cd |
|
BLAKE2b-256 | b6663efc438184d60808c806372e8fe753042e197402d93c771defd5867cf974 |