Back to catalog
Cortexa research tool·structure·pdbe_validation
PDBeValidation Get Outlier Residues
Get residue-level validation outliers for a PDB structure from PDBe. Identifies specific residues with geometry problems (Ramachandran outliers, sidechain rotamer outliers, bond angle/length deviations). Returns problematic residues organized by molecule/chain. Essential for identifying unreliable regions before using structure data for molecular docking, mutation analysis, or protein engineering. Example: 4HHB has residue-level outliers in chains A-D with rotamer and Ramachandran deviations.
Livelast probed 2026-05-01 00:32Z· 858msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 858ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"pdb_id": {
"description": "PDB identifier (4-character code). Case-insensitive. Examples: '4hhb', '1tup', '6lu7'.",
"type": "string"
}
},
"required": [
"pdb_id"
],
"type": "object"
}Examples (1)
Default PDBeValidation Get Outlier Residues call
input
{
"pdb_id": "1AKI"
}Expected response keys: success
Identifiers
- Catalog ID
- tu_PDBeValidation_get_outlier_residues
- Tool name
- PDBeValidation_get_outlier_residues
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse, slow