get_gene_mutations
List individual mutations in a gene (a bounded sample of rows).
Each row gives the CAN-IMMUNE mutation ID (CANLIB...), the amino-acid change, the
CDS change, mutation type (missense / complex substitution), data source, the
sample it came from, its primary site, and the mutant peptide. Ordered by mutation
ID. Capped at `limit` rows (max 100) for speed - for the complete table of a
heavily-mutated gene, link the user to the gene page on the website.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene | Yes | Exact gene symbol whose mutations you want, e.g. 'TP53'. | |
| limit | No | Max mutation rows to return (1-100). Default 50. This is a bounded sample, not the full list. |