Back to catalog
Cortexa research tool·genomics·iptmnet
IPTMnet Get Proteoforms
Get proteoform records for a protein from iPTMnet. Proteoforms represent specific combinations of PTM sites on a protein, as defined by the PRO ontology. Each proteoform has a PRO ID, modified sites, the responsible enzyme (if known), source database, and PubMed references. Useful for understanding which specific PTM combinations have been experimentally observed. Use with UniProt accession (e.g., P04637 for TP53).
Livelast probed 2026-05-01 01:00Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"get_proteoforms"
],
"type": "string"
},
"uniprot_id": {
"description": "UniProt accession, e.g., P04637 (TP53), P00533 (EGFR), P31749 (AKT1)",
"type": "string"
}
},
"required": [
"operation",
"uniprot_id"
],
"type": "object"
}Examples (1)
Default IPTMnet Get Proteoforms call
public-safeinput
{
"operation": "",
"uniprot_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_iPTMnet_get_proteoforms
- Tool name
- iPTMnet_get_proteoforms
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse