Resolve Gene Symbols (Batch)
resolve_symbols_batchBatch resolve up to 200 gene symbols or HGNC IDs in a single call, using a cascade from current to alias. Unresolved or obsolete entries are marked without failing the batch.
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 |