Back to catalog
Cortexa research tool·genomics·biothings
MyGene Batch Query
Query multiple genes at once using a list of gene identifiers. Efficient for retrieving annotations for a gene set or performing ID mapping between different gene ID types.
Livelast probed 2026-05-01 01:00Z· 108msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"fields": {
"default": "symbol,name,entrezgene,ensembl.gene",
"description": "Comma-separated list of fields to return for each gene.",
"type": "string"
},
"gene_ids": {
"description": "List of gene IDs to query. Can mix different ID types (Entrez, Ensembl, symbols).",
"items": {
"type": "string"
},
"type": "array"
},
"species": {
"default": "human",
"description": "Species filter for the query.",
"type": "string"
}
},
"required": [
"gene_ids"
],
"type": "object"
}Examples (1)
Default MyGene Batch Query call
public-safeinput
{
"gene_ids": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MyGene_batch_query
- Tool name
- MyGene_batch_query
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse