Back to catalog
Cortexa research tool·genomics·jaspar
Jaspar Search Matrices
Search/filter JASPAR matrices using common query parameters. Typical filters include `search` (free text), `name`, `collection`, `tax_group`, `species`, and paging via `page`/`page_size`.
Livelast probed 2026-04-30 23:07Z· 1326msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1326ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"collection": {
"description": "Filter by collection (e.g., 'CORE').",
"type": "string"
},
"name": {
"description": "Filter by TF name (e.g., 'CTCF').",
"type": "string"
},
"page": {
"default": 1,
"description": "Page number (1-based).",
"type": "integer"
},
"page_size": {
"default": 20,
"description": "Results per page.",
"type": "integer"
},
"search": {
"description": "Free-text search across matrices (e.g., 'CTCF').",
"type": "string"
},
"species": {
"description": "Filter by NCBI taxonomy ID (e.g., '9606' for human).",
"type": "string"
},
"tax_group": {
"description": "Filter by taxonomic group (e.g., 'vertebrates').",
"type": "string"
}
},
"type": "object"
}Examples (1)
Default Jaspar Search Matrices call
public-safeinput
{
"page": 1,
"page_size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_jaspar_search_matrices
- Tool name
- jaspar_search_matrices
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse