Resolve Gene Symbols (Batch)
resolve_symbols_batchResolves up to 200 gene symbols or HGNC IDs to canonical identifiers, using current, previous, and alias nomenclature. Returns per-query results with resolved and unresolved counts, without failing on individual misses.
Instructions
Resolve a batch of gene symbols / HGNC ids in one call (max 200). Each entry is resolved with the same current->previous->alias cascade as resolve_symbol; an individual miss or withdrawal never fails the batch (it is marked unresolved / obsolete in that entry). Returns per-query results plus resolved/unresolved counts. Signature: resolve_symbols_batch(queries, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | Gene symbols and/or HGNC ids to resolve (max 200). | |
| response_mode | No | Verbosity: minimal | compact | standard | full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| _meta | No | ||
| field | No | ||
| message | No | ||
| results | No | ||
| success | No | ||
| obsolete | No | ||
| retryable | No | ||
| candidates | No | ||
| error_code | No | ||
| query_count | No | ||
| replaced_by | No | ||
| allowed_values | No | ||
| resolved_count | No | ||
| recovery_action | No | ||
| unresolved_count | No |