Back to catalog
Cortexa research tool·genomics·cpic
CPIC Get Alleles
Get pharmacogenomics alleles and their functional status for a gene from CPIC. Returns allele names, activity values, and functional status. Note: use 'clinicalfunctionalstatus' field for the active clinical classification (e.g., 'No function', 'Normal function'); the 'functionalstatus' field may be null for some genes. Critical for translating genotype to phenotype (e.g., CYP2D6 *4 = no function, CYP2D6 *1 = normal function).
Livelast probed 2026-04-30 23:07Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"genesymbol": {
"description": "Gene symbol (e.g., 'CYP2D6', 'CYP2C19', 'TPMT', 'DPYD')",
"type": "string"
},
"limit": {
"description": "Maximum number of alleles to return (default 50)",
"type": [
"integer",
"null"
]
}
},
"required": [
"genesymbol"
],
"type": "object"
}Examples (1)
Default CPIC Get Alleles call
public-safeinput
{
"genesymbol": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CPIC_get_alleles
- Tool name
- CPIC_get_alleles
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse