Back to catalog
Cortexa research tool·genomics·spliceai
SpliceAI Predict Pangolin
Predict splice-altering effects using Pangolin model (alternative to SpliceAI). Pangolin uses a different architecture and may provide complementary predictions. Returns splice effect scores per transcript. Useful for validation or when SpliceAI gives borderline results.
Livelast probed 2026-04-30 23:07Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"distance": {
"default": 1000,
"description": "Distance parameter for model (default: 1000)",
"type": "integer"
},
"genome": {
"default": "38",
"description": "Genome build: 37 or 38 (default: 38)",
"enum": [
"37",
"38"
],
"type": "string"
},
"mask": {
"default": false,
"description": "Use masked scores",
"type": "boolean"
},
"variant": {
"description": "Variant in chr-pos-ref-alt format (e.g., chr8-140300616-T-G)",
"type": "string"
}
},
"required": [
"variant"
],
"type": "object"
}Examples (1)
Default SpliceAI Predict Pangolin call
public-safeinput
{
"distance": 1,
"mask": false,
"variant": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SpliceAI_predict_pangolin
- Tool name
- SpliceAI_predict_pangolin
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse