find_active_site
Extract active site residue information from PDB files to analyze protein structure and function for bioinformatics research.
Instructions
Extract information about specific residues (e.g., active site).
Args: pdb_file: Path to PDB file residue_numbers: List of residue numbers to analyze chain_id: Chain identifier (default: 'A')
Returns: Dictionary containing active site residue information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdb_file | Yes | ||
| residue_numbers | Yes | ||
| chain_id | No | A |