What problem does it solve? Genomics work often requires converting HGVS variant notations, predicting variant effects, lifting coordinates between genome assemblies, and fetching gene or sequence data, which normally means navigating many separate Ensembl endpoints and their quirks. ## Core Features & Use Cases - HGVS Conversion & VEP Annotation: Convert any HGVS, rsID, or SPDI variant to all equivalent representations and predict consequences with SpliceAI, CADD, and gnomAD frequencies. - Lookup, Sequence & Mapping: Retrieve genes and transcripts by ID or symbol, fetch genomic/cDNA/CDS/protein sequences, and lift coordinates between GRCh37 and GRCh38 or map cDNA/CDS/protein positions to genomic coordinates. - Overlap, Phenotype & Xrefs: Find features overlapping a region, pull disease associations from OMIM/ClinVar/GWAS, and resolve cross-references to HGNC, RefSeq, and UniProt. - Use Case: Given a clinical variant like "NM_001042432.2:c.295-23_295-20delCTCA", convert it to genomic HGVS, run VEP for the most severe consequence on the canonical transcript, and retrieve associated phenotypes in one workflow. ## Quick Start Use the ensembl-api skill to convert the HGVS variant NM_001042432.2:c.295-23_295-20delCTCA to genomic coordinates and predict its effect with VEP.