Back to catalog
Cortexa research tool·genomics·uniprot_idmapping
UniProtIDMap Gene To Uniprot
Convert gene names or symbols to UniProt accessions using the UniProt ID Mapping service. Shortcut for the most common ID mapping task in bioinformatics: going from gene symbols to UniProt protein IDs. Restricts to a species via taxonomy ID to avoid ambiguous results. Example: 'TP53' in human (9606) maps to P04637 (canonical) plus isoforms.
Livelast probed 2026-04-30 23:07Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_names": {
"description": "Comma-separated gene symbols. Examples: 'TP53', 'BRCA1,TP53,EGFR,KRAS', 'INS,GCG'.",
"type": "string"
},
"reviewed_only": {
"description": "If true, return only Swiss-Prot (reviewed) entries. Default: false (all UniProtKB entries).",
"type": [
"boolean",
"null"
]
},
"tax_id": {
"default": 9606,
"description": "NCBI Taxonomy ID. Required. 9606 = human, 10090 = mouse, 10116 = rat, 7227 = fruit fly, 6239 = C. elegans.",
"type": "integer"
}
},
"required": [
"gene_names"
],
"type": "object"
}Examples (1)
Default UniProtIDMap Gene To Uniprot call
public-safeinput
{
"gene_names": "BRCA1",
"tax_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_UniProtIDMap_gene_to_uniprot
- Tool name
- UniProtIDMap_gene_to_uniprot
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse