Resolve Gene Symbols (Batch)
resolve_symbols_batchResolve up to 200 gene symbols/HGNC IDs in one call via current->previous->alias cascade. Misses or obsolete entries marked unresolved; batch never fails, returns results and counts.
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 |