Skip to main content

A library for finding the nearest gene to a genomic location

Project description

`sh pip3 install genelocator genelocator GRCh37 gencode32 codinglike-genes chr19 290123 # => 19 281040 291403 ENSG00000141934.10_5 PLPP2 `

`python3 from genelocator import get_genelocator gl = get_genelocator(grch_build=38, gencode_version=32, only_codinglike_genetypes=True) gene = gl.at('chr19', 101000) # => [{'chrom': '19', 'start': 107104, 'end': 117102, 'ensg': 'ENSG00000176695.8', 'symbol': 'OR4F17'}] `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GeneLocator-1.0.1.tar.gz (3.3 MB view hashes)

Uploaded Source

Built Distribution

GeneLocator-1.0.1-py2.py3-none-any.whl (3.3 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page