ensembl-database

Solid

Ensembl REST API for gene/transcript/variant annotations in 300+ species. Gene info by symbol/ID, sequence, cross-refs (HGNC, RefSeq, UniProt), regulatory features. For bulk local use pyensembl; for pathways use kegg-database.

API & Backend 284 stars 26 forks Updated 3 days ago NOASSERTION

Install

View on GitHub

Quality Score: 82/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ensembl Genome Database ## Overview Ensembl is a comprehensive genome annotation database covering 300+ vertebrate and non-vertebrate species. The Ensembl REST API provides programmatic access to gene models, transcript/protein sequences, variant annotations, cross-references, regulatory features, and comparative genomics without requiring any login or API key. ## When to Use - Retrieving official gene and transcript annotations (stable IDs, biotype, genomic coordinates) for human or model organism genes - Converting between gene identifier namespaces (HGNC symbol ↔ Ensembl ID ↔ RefSeq ↔ UniProt) - Fetching genomic or cDNA/CDS/protein sequences for a gene or transcript - Looking up variant consequences and functional impact (VEP) for a list of SNPs - Querying regulatory features (promoters, enhancers, CTCF sites) in a genomic region - Performing comparative genomics queries (orthologs, paralogs, gene trees) across species - For local offline access to large genomic annotations, use `pyensembl` instead - For pathway and metabolic annotations, use `kegg-database` or `reactome-database` instead ## Prerequisites - **Python packages**: `requests` - **Data requirements**: gene symbols, Ensembl stable IDs (ENSG…/ENST…/ENSP…), or genomic coordinates - **Environment**: internet connection required; no API key needed - **Rate limits**: max ~15 requests/second; use `expand=1` and batch endpoints to minimize calls ```bash pip install requests ``` ## Quick Start ```python impor...

Details

Author
jaechang-hits
Repository
jaechang-hits/SciAgent-Skills
Created
5 months ago
Last Updated
3 days ago
Language
Python
License
NOASSERTION

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category