AraGWAS: GWAS Associations
aragwas_associationsFetch genome-wide association study (GWAS) hits for an Arabidopsis gene locus. Returns significant SNP associations with effect size, allele frequency, molecular effect, and phenotype.
Instructions
Fetch AraGWAS genome-wide association study hits for an Arabidopsis locus (aragwas.1001genomes.org; free, no key). Returns each significant SNP association overlapping the gene with effect size (score), minor-allele frequency, the SNP's predicted molecular effect (impact, amino-acid change), and the phenotype/study it came from. association_count is the true total even when page-capped. ARABIDOPSIS-ONLY — any other organism raises OrganismNotSupported. Defaults to arabidopsis_thaliana.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locus | Yes | Arabidopsis AGI locus, e.g. AT1G01060 | |
| organism | No | Arabidopsis only (the 1001 Genomes panel is A. thaliana) | arabidopsis_thaliana |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | True once the associations endpoint returned 200 | |
| locus | Yes | ||
| organism | Yes | Always arabidopsis_thaliana | |
| returned | Yes | Associations returned (post page-cap) | |
| truncated | Yes | True if pagination was capped | |
| associations | No | Per-hit {score, maf, mac, snp{…}, study{…}} | |
| association_count | Yes | Total associations (pre-cap) |