IGSR Search Populations
Search 1000 Genomes Project populations from the International Genome Sample Resource (IGSR). The 1000 Genomes Project characterized genetic variation across 26 populations grouped into 5 superpopulations: AFR (African), AMR (Admixed American), EAS (East Asian), EUR (European), SAS (South Asian). Returns population codes, names, geographic coordinates, sample counts, and superpopulation assignments. Use this to find populations for allele frequency comparisons, population stratification analysi…
Overview
Search 1000 Genomes Project populations from the International Genome Sample Resource (IGSR). The 1000 Genomes Project characterized genetic variation across 26 populations grouped into 5 superpopulations: AFR (African), AMR (Admixed American), EAS (East Asian), EUR (European), SAS (South Asian). Returns population codes, names, geographic coordinates, sample counts, and superpopulation assignments. Use this to find populations for allele frequency comparisons, population stratification analysis, or ancestry-specific variant studies.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 356ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 25,
"description": "Maximum number of results to return.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"operation": {
"default": "search_populations",
"description": "Operation type (fixed: search_populations).",
"enum": [
"search_populations"
],
"type": "string"
},
"query": {
"description": "Free-text search query to find populations by name or description (e.g., 'Chinese', 'Yoruba', 'British').",
"type": [
"string",
"null"
]
},
"superpopulation": {
"description": "Filter by superpopulation code: AFR (African), AMR (Admixed American), EAS (East Asian), EUR (European), SAS (South Asian). Leave empty for all.",
"type": [
"string",
"null"
]
}
},
"type": "object"
}Examples (1)
Default IGSR Search Populations call
{
"limit": 3
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_IGSR_search_populations
- Tool name
- IGSR_search_populations
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse