Back to catalog
Cortexa research tool·genomics·igsr
IGSR Search Samples
Search samples from the 1000 Genomes Project by population, data collection, or sample name. Returns sample names (e.g., HG00096, NA12878), sex, BioSample IDs, population assignments, and available data collections. Use this to find samples from specific populations for variant analysis, to identify samples with particular sequencing data types (WGS, exome, RNA-seq), or to look up specific well-characterized samples like NA12878 (reference genome sample).
Livelast probed 2026-04-30 23:07Z· 381msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 381ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"data_collection": {
"description": "Filter by data collection title (e.g., '1000 Genomes 30x on GRCh38', '1000 Genomes on GRCh38').",
"type": [
"string",
"null"
]
},
"limit": {
"default": 25,
"description": "Maximum number of results to return.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"operation": {
"default": "search_samples",
"description": "Operation type (fixed: search_samples).",
"enum": [
"search_samples"
],
"type": "string"
},
"population": {
"description": "Filter by population code (e.g., 'CHB', 'YRI', 'GBR', 'CEU'). Use IGSR_search_populations to find valid codes.",
"type": [
"string",
"null"
]
},
"sample_name": {
"description": "Look up specific sample by name (e.g., 'HG00096', 'NA12878').",
"type": [
"string",
"null"
]
}
},
"type": "object"
}Examples (1)
Default IGSR Search Samples call
public-safeinput
{
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_IGSR_search_samples
- Tool name
- IGSR_search_samples
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse