Per-cysteine predictions and structural evidence for one domain.
Path parameter accepts the ECOD domain identifier (`e3h35A1`) or the numeric database id. Returns the domain header, every classified cysteine with its three-state call, and structural-evidence streams (geometric SS bonds, PDB SSBOND records, PDB metal LINK records, ESM2 per-class probabilities).
Example response
{
"success": true,
"data": {
"domain": {
"domainId": "e3h35A1",
"rangeDefinition": "A:5-150",
"sourceType": "pdb",
"pdbId": "3h35",
"chainId": "A",
"uniprotAcc": "P12345",
"xGroupId": "131.1",
"hGroupId": "131.1.1",
"tGroupId": "131.1.1.1",
"fGroupId": "131.1.1.1.0"
},
"classifications": [
{
"cysPosition": 23,
"classification": "DISULFIDE",
"confidence": 0.984,
"evidence": "SSBOND"
},
{
"cysPosition": 67,
"classification": "METAL_BINDING",
"confidence": 0.992,
"evidence": "METAL_LINK:ZN"
}
],
"evidence": {
"esm2Predictions": [
{
"cysPosition": 23,
"negProb": 0.012,
"disProb": 0.984,
"metProb": 0.004
}
],
"geometricDisulfides": [
{
"chain1": "A",
"resnum1": 27,
"chain2": "A",
"resnum2": 134,
"sgSgDistance": 2.04
}
],
"pdbSsbonds": [
{
"pdbId": "3h35",
"chain1": "A",
"resnum1": 27,
"chain2": "A",
"resnum2": 134,
"bothInDomain": true
}
],
"pdbMetalLinks": [
{
"pdbId": "3h35",
"metal": "ZN",
"metalChain": "A",
"metalResnum": 401,
"coordResname": "CYS",
"coordChain": "A",
"coordResnum": 67,
"coordAtom": "SG",
"cofactor": null
}
]
}
}
}