Get Gene Group
get_gene_groupFetch paginated, symbol-ordered summaries of genes in an HGNC group by providing the group's numeric ID or name.
Instructions
Browse a HGNC gene group/family by numeric group id (e.g. '1157') or by name (e.g. 'RAF family'). Returns the member genes as symbol-ordered summaries. Members are paginated with limit + offset; the response carries member_count, returned, truncated, and next_offset, and (when truncated) a next_commands entry that fetches the next page. A name matching several groups returns the candidate groups so you can re-call with a specific id. Signature: get_gene_group(group, limit=, offset=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Gene group id (numeric) or group name. | |
| limit | No | Max members (default 200). | |
| offset | No | Skip this many members for pagination (default 0). | |
| response_mode | No | Verbosity: minimal | compact | standard | full (default compact). | compact |