top_genes_in_cell_line
Rank the most-mutated genes within one specific cell line.
Answers "what is the top mutated gene in <cell line>" / "which genes are most
altered in <cell line>". Returns genes with their mutation counts for that line,
highest first, from precomputed per-cell-line stats (fast). For the whole profile
of the line use `get_cell_line` instead.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact cell-line name, e.g. 'MDA-MB-231'. | |
| limit | No | How many top genes to return (1-100). Default 15. |