What problem does it solve?
Running DeepSTARR-style enhancer prediction locally requires Keras, GPU hardware, and tokenization expertise. This Skill removes that barrier by sending a FASTA sequence to the hosted Genomic Intelligence API and returning per-window enhancer activity scores in about one second, with full reproducibility artifacts.
Core Features & Use Cases
- Hosted DeepSTARR inference: POSTs a single-record FASTA (50–500,000 bp) to
/v1/tasks/enhancer/predict and receives per-window activity scores without local model setup.
- Structured outputs: Generates a Markdown report, a full JSON result including rate-limit metadata, and a reproducibility directory with
command.sh and environment.json.
- Local validation: Rejects out-of-bounds sequence lengths before spending an API request and warns when input is shorter than the model's 249 bp context window.
- Use Case: A researcher studying the Drosophila eve locus runs the bundled demo to confirm developmental enhancer signal, then submits their own candidate cis-regulatory regions for scoring.
Quick Start
Ask the agent to predict enhancer activity for your FASTA file using gi-enhancer with your GI_API_KEY configured, or run the bundled Drosophila eve demo.