Skip to main content

Python interface to ensembl reference genome metadata

Project description

ensembl
=======

Python interface to Ensembl reference genome metadata (exons, transcripts, &c)

```python
from ensembl import EnsemblRelease

# release 77 uses human reference genome GRCh38
data = EnsemblRelease(77)

# will return ['HLA-A']
gene_names = data.gene_names_at_locus(contig_name=6, position=29945884)

# get all exons associated with HLA-A
exon_ids = data.exon_ids_for_gene_name('HLA-A')
```

Project details


Release history Release notifications | RSS feed

This version

0.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