
License: AlphaGenome uses Apache-2.0 for code and Custom (AlphaGenome Terms of Use) for model weights and has restrictions around commercial use and may require explicit attribution when utilized. Model weights are gated and require accepting the provider’s terms and authenticating with a HuggingFace token. Please refer to the code license and model weights license for full terms.
This constraint is open source. Any third-party models, product names, or trademarks referenced are the property of their respective owners, and Proto is not affiliated with them.

API Reference
Configuration for AlphaGenome splice-site-usage scoring.Takes three segments (left_flank, intron_core, right_flank), concatenates
them into a target sequence, wraps with cassette contexts, and integrates
into a genomic context for AlphaGenome prediction. Splice positions are
specified relative to the concatenated target sequence.
Genomic context sequence for cassette integration (e.g., AAVS1 safe harbor locus).
Left flanking context for the cassette (plasmid/gene sequence 5’ of the target).
Right flanking context for the cassette (plasmid/gene sequence 3’ of the target).
AlphaGenome ontology term(s) to score.
0-indexed position(s) in the concatenated target to evaluate.
‘max’ returns 1-mean(SSU); ‘min’ returns mean(SSU).Options:
max, minTrack strand subset to aggregate over.Options:
positive, negative, allAlphaGenome model version.
Organism for AlphaGenome prediction.Options:
human, mouseDevice for AlphaGenome prediction.
Timeout (seconds) for each AlphaGenome prediction call.
ReturnsConstraintOutput
One result per input. score is in [0.0, 1.0]
(interpretation depends on direction). metadata carries the selected
tracks plus alphagenome_splice_site_usage_raw and _score.Usage
python
Metadata
| Property | Value |
|---|---|
| Key | alphagenome-splice-site-usage |
| Function | alphagenome_splice_site_usage |
| Category | rna_splicing |
| Mode | discrete |
| Uses GPU | True |
| Supported Types | dna |