Compare Positions
compare_positionsCompare missense tolerance, domain annotations, and variant evidence across multiple residue positions in a single side-by-side table. Accepts a batch of positions and returns per-item results even if some positions are out of range.
Instructions
Return a side-by-side tolerance table (sw_dn_ds, ref_aa, domain ids, explicitly scoped variant evidence) for a batch of residue positions on a built landscape. Out-of-range positions get a per-item error row -- the whole batch never fails for one bad position; the batch size is capped. Signature: compare_positions(transcript_id=, positions=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | A batch of 1-based protein residue positions to compare side by side. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
| transcript_id | Yes | A versioned Ensembl transcript id (the .N version suffix is required), e.g. ENST00000269305.4. Resolve a gene symbol with resolve_transcript first. |