What problem does it solve?
Running DNA language model inference normally requires local GPUs, model weights, and heavy Python stacks. This Skill lets you predict regulatory features, gene structure, and expression directly from a DNA sequence, gene symbol, or genomic region through Genomic Intelligence's hosted REST API and keyless MCP server, with nothing running locally.
Core Features & Use Cases
- Six sequence-analysis tasks: promoter region detection, splice donor/acceptor prediction, enhancer activity scoring (DeepSTARR), chromatin state annotation (DeepSEA), sequence-to-expression prediction (log TPM), and de-novo gene annotation.
- Two access paths: a keyless hosted MCP server with handle-based tools that keep large sequences out of context, and a universal REST API authenticated with a GI_API_KEY bearer token.
- Composite workflow: find genes in a region and predict each gene's expression in one call, with Ensembl-based sequence acquisition helpers that build the exact 9,198 bp TSS-centred window the expression model requires.
- Use Case: Given the gene HBB, fetch its TSS-centred window and predict its expression in K562 cells as log(TPM+1), or submit a 20 kb region for async de-novo transcript annotation and poll for the result.
Quick Start
Ask the agent to use the Genomic Intelligence MCP server to load the demo sequence promoter_tp53 and predict promoter regions in it.