Back to catalog
Cortexa research tool·genomics·arrayexpress
Arrayexpress Search Experiments
Search ArrayExpress experiments - the original functional genomics database from EMBL-EBI. Searches microarray and RNA-seq experiments by keywords, species, or array platform. Returns experiment metadata including accession IDs (E-GEOD, E-MTAB), titles, descriptions, and study information. Note: Some newer ArrayExpress data is now hosted in BioStudies - use BioStudies tools if an accession is not found here.
Livelast probed 2026-05-01 00:47Z· 1017msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1017ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"array": {
"description": "Array platform name",
"type": "string"
},
"keywords": {
"description": "Search keywords (e.g., disease name, tissue type, experimental condition)",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of results (default: 10, max: 100)",
"maximum": 100,
"type": "integer"
},
"offset": {
"default": 0,
"description": "Offset for pagination (default: 0)",
"type": "integer"
},
"species": {
"description": "Species name (e.g., 'Homo sapiens', 'Mus musculus')",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default Arrayexpress Search Experiments call
public-safeinput
{
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_arrayexpress_search_experiments
- Tool name
- arrayexpress_search_experiments
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse