Back to catalog
Cortexa research tool·genomics·epigenomics
GEO Search Methylation Datasets
Search NCBI GEO for DNA methylation array datasets, including Illumina 450K, EPIC (850K), and other methylation profiling platforms. Returns dataset accessions (GSE IDs), titles, summaries, platform information, sample counts, and organisms. DNA methylation arrays measure methylation levels at hundreds of thousands of CpG sites genome-wide. Use this to find published methylation studies for specific conditions, tissues, or diseases. Follow up with GEO_get_dataset_details for full metadata.
Livelast probed 2026-05-01 01:00Z· 513msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 513ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of dataset IDs to return.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"organism": {
"default": "Homo sapiens",
"description": "Organism filter (e.g., 'Homo sapiens', 'Mus musculus').",
"type": "string"
},
"query": {
"description": "Search terms for methylation datasets (e.g., 'breast cancer methylation', 'brain methylation aging', 'CpG island methylation'). Combined with methylation platform filter.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default GEO Search Methylation Datasets call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GEO_search_methylation_datasets
- Tool name
- GEO_search_methylation_datasets
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse