DynaMut2 Predict Stability
Predict the effect of a single-point amino acid mutation on protein stability and dynamics using DynaMut2. Provide a PDB ID (4-character code from RCSB PDB), chain identifier, and mutation in the format WtPosNew (e.g., V1A means Valine at position 1 mutated to Alanine). Returns the predicted change in Gibbs free energy (ddG in kcal/mol): positive = stabilizing, negative = destabilizing. The tool downloads the PDB structure from RCSB and submits it to DynaMut2 for analysis. Computation typically…
Overview
Predict the effect of a single-point amino acid mutation on protein stability and dynamics using DynaMut2. Provide a PDB ID (4-character code from RCSB PDB), chain identifier, and mutation in the format WtPosNew (e.g., V1A means Valine at position 1 mutated to Alanine). Returns the predicted change in Gibbs free energy (ddG in kcal/mol): positive = stabilizing, negative = destabilizing. The tool downloads the PDB structure from RCSB and submits it to DynaMut2 for analysis. Computation typically takes 15-30 seconds. Based on Normal Mode Analysis and graph-based signatures.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 110ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chain": {
"description": "Chain identifier in the PDB structure (e.g., 'A'). Must be a valid chain in the specified PDB entry.",
"type": "string"
},
"mutation": {
"description": "Single-point mutation in the format WtPosNew where Wt is the wild-type amino acid (1-letter code), Pos is the residue number, and New is the mutant amino acid (1-letter code). Examples: 'V1A' (Val1Ala), 'E346K' (Glu346Lys), 'G12D' (Gly12Asp).",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"predict_stability"
],
"type": "string"
},
"pdb_id": {
"description": "4-character PDB accession code from RCSB PDB (e.g., '4HHB' for hemoglobin, '1U46' for ACK1 kinase). The structure will be downloaded automatically.",
"type": "string"
}
},
"required": [
"operation",
"pdb_id",
"chain",
"mutation"
],
"type": "object"
}Examples (1)
Default DynaMut2 Predict Stability call
{
"chain": "",
"mutation": "",
"operation": "",
"pdb_id": "1AKI"
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DynaMut2_predict_stability
- Tool name
- DynaMut2_predict_stability
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse