fetch_gene_for_expression
Fetch a gene's sequence prepared for expression prediction.
Resolves the gene's TSS via Ensembl and returns the exact
TSS-centred 9,198 bp window the expression model scores, as a handle
to pass to predict_expression(sequence_ref=...). Because the window is
exactly 9,198 bp, no `tss_index` is needed on that call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene | Yes | Gene symbol (e.g. 'HBB'). | |
| species | No | Species name. | human |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||