Back to catalog
Cortexa research tool·genomics·ndex
NDEx Search Networks
Search the NDEx biological network repository for published networks by keyword. NDEx hosts thousands of curated protein-protein interaction (PPI) networks, signaling pathways, gene regulatory networks, and metabolic networks from research publications and databases like NCI-PID and SIGNOR. Returns network names, node/edge counts, DOIs, and UUIDs. Example: search 'BRCA1' finds interaction networks involving BRCA1; search 'p53 signaling' finds p53 pathway networks.
Livelast probed 2026-04-30 23:07Z· 147msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 147ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"query": {
"description": "Search query for finding biological networks. Can include gene names, pathway names, diseases, or biological processes. Examples: 'BRCA1', 'p53 signaling', 'apoptosis', 'insulin pathway', 'MAPK cascade'.",
"type": "string"
},
"size": {
"description": "Maximum number of results to return (default: 10, max: 100).",
"type": "integer"
},
"start": {
"description": "Offset for pagination (default: 0).",
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default NDEx Search Networks call
public-safeinput
{
"query": "BRCA1",
"size": 1,
"start": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NDEx_search_networks
- Tool name
- NDEx_search_networks
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse