Back to catalog
Cortexa research tool·physics astro·synergxdb
SYNERGxDB Get Combo Matrix
Get the dose-response matrix data for a specific drug combination experiment in SYNERGxDB. Returns concentration pairs and raw viability plus synergy matrices (Bliss, Loewe, HSA, ZIP). The combo_id and source_id can be obtained from SYNERGxDB_search_combos results.
Livelast probed 2026-05-01 01:00Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"combo_id": {
"description": "Combination design ID from search_combos results (comboId field)",
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_combo_matrix"
],
"type": "string"
},
"source_id": {
"description": "Dataset source ID (idSource field from search_combos or list_datasets)",
"type": "integer"
}
},
"required": [
"combo_id",
"source_id"
],
"type": "object"
}Examples (1)
Default SYNERGxDB Get Combo Matrix call
public-safeinput
{
"combo_id": 1,
"source_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SYNERGxDB_get_combo_matrix
- Tool name
- SYNERGxDB_get_combo_matrix
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse