get_polymer_entity
Retrieve polymer entity information (protein, DNA, RNA) from a PDB entry by PDB ID and entity ID, including sequence, molecular weight, and source organism.
Instructions
Get information about a polymer entity (protein, DNA, RNA) within a PDB entry.
Args: pdb_id: The 4-character PDB identifier (e.g., '1ABC') entity_id: The entity number within the structure (default: '1')
Returns: JSON string containing polymer entity information including: - Molecule name and description - Sequence information - Molecular weight - Entity type (polypeptide, DNA, RNA, etc.) - Source organism
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdb_id | Yes | ||
| entity_id | No | 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |