A Python package for converting Ensembl IDs to HUGO gene symbols and vice versa.
Project description
The pygeneconverter package provides functions for converting Ensembl IDs to HUGO gene symbols and vice versa. It also provides corresponsing gene types, i.e, lincRNA, miRNA etc. It is designed for use in bioinformatics and computational biology applications.
Installation:
pip install pygeneconverter
Example usage:
from pygeneconverter import ensembl_to_hugo, hugo_to_ensembl
ensembl_list = ['ENSG00000223972', 'ENSG00000237613', 'ENSG00000268020']
hugo_list = ['DDX11L1', 'FAM138A', 'OR4G4P']
ensembl_df = ensembl_to_hugo(ensembl_list)
hugo_df = hugo_to_ensembl(hugo_list)
This will output a dataframe with three columns: ENSEMBL_ID, GENE_TYPE, and HGNC_ID.
LICENSE
No License. Use wherever you want to use.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygeneconverter-0.3.tar.gz.
File metadata
- Download URL: pygeneconverter-0.3.tar.gz
- Upload date:
- Size: 527.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
442a0b1470932968755cd03b8cd767bf67fae48f522c9d88361ad5a9507aaa7b
|
|
| MD5 |
19d0a80063dafce6933378d8e820a05e
|
|
| BLAKE2b-256 |
19846ca6e21fb398f9c04481a134672af8f5f3d5add53af5984690327b9cf724
|
File details
Details for the file pygeneconverter-0.3-py3-none-any.whl.
File metadata
- Download URL: pygeneconverter-0.3-py3-none-any.whl
- Upload date:
- Size: 546.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a1826eb9b44d9ae9655c9ca66c02f870846ac42e325174d971c4ee079b259ec
|
|
| MD5 |
4fa9a3381989a09d7a506f402bcf8013
|
|
| BLAKE2b-256 |
0629015b9fa23180af257f5bcceefc5b36092dc5d256687ce96fcd22cdd2c427
|