mutation_view
Visualize protein mutations on 3D structure. Mutations are displayed as magenta sticks with labels, nearby residues as grey sticks, and ligands as yellow sticks for context.
Instructions
Highlights mutated residues on the protein structure.
Given a comma-separated list of mutations in standard notation (e.g. "A123G,V45L,T200S"), the mutated residues are shown as magenta sticks and labeled. Nearby residues (within 4 Å) are shown as thin grey sticks for packing context. The protein backbone is shown as a grey cartoon. Organic ligands are shown as yellow sticks.
Mutation format: , e.g. "A123G" (Ala→Gly at position 123). Chain can optionally be prefixed: "A:A123G".
Args: obj_name: PyMOL object name (e.g. "1abc") mutations: Comma-separated mutation list (e.g. "A123G,V45L,T200S")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj_name | Yes | ||
| mutations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |