PDBe Get Funpdbe Annotations
Get functional annotations from the FunPDBe consortium for a PDB structure. FunPDBe aggregates residue-level functional data from external resources including residue depth (DEPTH), dynamic cross-correlation (DynaMine), conservation scores, binding site predictions, and more. Returns per-residue annotations with confidence scores and classifications. Not all structures have FunPDBe data. Example: 4HHB returns depth annotations for all residues across chains A-D with confidence classifications (…
Overview
Get functional annotations from the FunPDBe consortium for a PDB structure. FunPDBe aggregates residue-level functional data from external resources including residue depth (DEPTH), dynamic cross-correlation (DynaMine), conservation scores, binding site predictions, and more. Returns per-residue annotations with confidence scores and classifications. Not all structures have FunPDBe data. Example: 4HHB returns depth annotations for all residues across chains A-D with confidence classifications (high/medium/low).
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": {
"pdb_id": {
"description": "PDB identifier (4-character code). Examples: '4hhb' (hemoglobin, has depth annotations), '1cbs' (CRABP2), '6lu7' (SARS-CoV-2 main protease).",
"type": "string"
}
},
"required": [
"pdb_id"
],
"type": "object"
}Examples (1)
Default PDBe Get Funpdbe Annotations call
{
"pdb_id": "1AKI"
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PDBe_get_funpdbe_annotations
- Tool name
- PDBe_get_funpdbe_annotations
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse