Queries the Ensembl REST API to retrieve gene annotations, sequences, variants, and comparative genomics data for over 250 species.
This skill provides specialized knowledge and implementation patterns for interfacing with the Ensembl genome database, a premier resource maintained by EMBL-EBI. It enables researchers to programmatically perform gene lookups, fetch DNA and protein sequences, analyze genetic variants with the Variant Effect Predictor (VEP), and identify orthologs across species. By incorporating best practices for rate limiting, batch processing, and coordinate mapping (e.g., GRCh37 to GRCh38), this skill empowers developers to build robust bioinformatics pipelines and automated genomic research tools directly within the Claude environment.
주요 기능
01Gene information retrieval by symbol, ID, or external cross-references
02High-speed DNA, transcript (cDNA), and protein sequence fetching
0381 GitHub stars
04Comparative genomics tools for finding orthologs and paralogs
05Assembly mapping and coordinate conversion between genome releases
06Variant Effect Predictor (VEP) integration for functional analysis
사용 사례
01Analyzing genetic variants to predict clinical or functional consequences
02Conducting cross-species evolutionary studies and gene tree analysis
03Automating genomic annotation pipelines for large-scale research projects