Back to catalog
Cortexa research tool·structure·interproscan
InterProScan Scan Sequence
Run InterProScan analysis on a protein sequence to predict domains, families, and functional sites. Unlike InterPro lookup (pre-computed), this runs actual sequence analysis. Returns domains, GO terms, and pathway annotations.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"email": {
"description": "Email for job notifications (optional)",
"type": "string"
},
"go_terms": {
"default": true,
"description": "Include GO term predictions",
"type": "boolean"
},
"pathways": {
"default": true,
"description": "Include pathway annotations",
"type": "boolean"
},
"sequence": {
"description": "Protein sequence in single-letter amino acid code (e.g., 'MVLSPADKTNVKAAWGKVGAHAG...')",
"type": "string"
},
"title": {
"description": "Job title for tracking (optional)",
"type": "string"
}
},
"required": [
"sequence"
],
"type": "object"
}Examples (1)
Default InterProScan Scan Sequence call
public-safeinput
{
"go_terms": false,
"pathways": false,
"sequence": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_InterProScan_scan_sequence
- Tool name
- InterProScan_scan_sequence
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse