Genome-wide association study (GWAS) visualization. Plot -log10(P) values across all chromosomes with genome-wide and suggestive significance threshold lines.
Upload GWAS summary statistics and generate the Manhattan plot
TSV/CSV with SNP, CHR, BP and P columns
| SNP | CHR | BP | P |
|---|---|---|---|
| rs1000000 | 1 | 12458 | 3.2e-01 |
| rs1000001 | 1 | 37892 | 1.5e-02 |
| rs1000002 | 1 | 62104 | 7.8e-03 |
| rs1400891 | 2 | 3751245 | 1.1e-09 |
Upload data and click Generate, or run with example data
Input format: a tab- or comma-separated table of GWAS summary statistics with columns
SNP, CHR, BP, P. Common aliases (chr/CHROM, pos/POS, pvalue) are recognized automatically.
Threshold lines: red dashed line = genome-wide significance (P = 5×10-8); blue dashed line = suggestive significance (P = 1×10-5). SNPs above the suggestive line are highlighted in red.
Typical use: visualize the output of the GWAS Analysis module in the Genomics workflow, or any PLINK/GEMMA-style association result.