What problem does it solve?
Sequence-to-expression models like Enformer, Borzoi, and G0 Expression normally require GPU infrastructure, private model weights, and careful 9-kbp windowing around transcription start sites. This Skill removes that burden by calling the hosted Genomic Intelligence expression prediction endpoint, returning predicted log TPM and TPM values conditioned on a free-text cell-type or assay description.
Core Features & Use Cases
- Sequence-to-Expression Prediction: Submit a 9,198 bp TSS-centered FASTA window (or a longer locus up to 500,000 bp with a TSS offset) and receive predicted log(TPM+1) and TPM values.
- Cell-Type Conditioning: Control the prediction context with a free-text description such as a K562 or liver biosample summary, following the canonical assay-format phrasing the model was trained on.
- Reproducibility Bundle: Every run produces a Markdown report, full JSON result, and a reproducibility directory with the exact command and environment.
- Use Case: A researcher studying the HBB gene wants to know its predicted expression in K562 erythroleukemia cells. They run the bundled demo and get a report with the predicted TPM plus the exact scored window the API used.
Quick Start
Ask the agent to run the gi-expression demo to predict HBB expression in K562 cells, or provide your own TSS-centered FASTA file and cell-type description for a custom prediction.