A Manhattan plot is a specialized scatter plot that visualizes the negative logarithm (base 10) of the p-value for each single nucleotide polymorphism (SNP) against its chromosomal position. This transformation makes highly significant associations appear as towering peaks, resembling a city skyline. The x-axis represents the chromosomes arranged in sequential order, while the y-axis quantifies the strength of the genotype-phenotype association.
Glossary
Manhattan Plot

What is a Manhattan Plot?
A Manhattan plot is a scatter plot used in genome-wide association studies (GWAS) to display the statistical significance of millions of genetic variants against their genomic coordinates, enabling rapid visual identification of loci associated with a trait or disease.
Horizontal threshold lines, typically at a genome-wide significance level of p < 5 × 10⁻⁸, distinguish true signals from statistical noise. Peaks that cross this stringent multiple testing correction boundary indicate genomic loci warranting further replication and functional validation. The plot is a standard diagnostic tool for instantly assessing population stratification and identifying potential false positives in a federated GWAS meta-analysis.
Key Features of a Manhattan Plot
A Manhattan plot is the standard visualization for genome-wide association studies, mapping the statistical significance of millions of genetic variants against their chromosomal positions to instantly identify loci associated with a trait or disease.
Chromosomal Scaffold
The x-axis arranges genetic variants sequentially by their chromosomal position, with chromosomes typically alternating in color for visual distinction. Each chromosome's variants are plotted in order from the p-terminal end to the q-terminal end, creating a linear genomic coordinate system. The y-axis represents the negative base-10 logarithm of the p-value (-log10(p)), meaning higher points correspond to stronger statistical significance. A variant with a p-value of 1e-8 is plotted at y=8, while a non-significant variant at p=0.5 appears at y≈0.3. This log transformation compresses the vast dynamic range of p-values into a visually interpretable scale.
Genome-Wide Significance Threshold
A horizontal dashed line marks the genome-wide significance threshold, conventionally set at p = 5 × 10⁻⁸ (y ≈ 7.3 on the -log10 scale). This Bonferroni-corrected threshold accounts for approximately one million independent tests across the genome. Variants surpassing this line are considered statistically robust associations. A second, more lenient line at p = 1 × 10⁻⁵ (y = 5) often indicates suggestive significance, flagging loci worthy of replication in independent cohorts. These thresholds help researchers rapidly distinguish true signals from the background noise of multiple testing.
Signal Peaks and LD Structure
Significant variants appear as towering peaks resembling skyscrapers, giving the plot its name. A single causal variant is typically surrounded by a cluster of correlated variants in linkage disequilibrium (LD), forming a distinct peak rather than an isolated point. The lead SNP—the variant with the lowest p-value at a locus—sits at the apex. The width of the peak reflects the local LD decay pattern, with broader peaks indicating regions of extended haplotype structure. Adjacent peaks on the same chromosome may represent independent secondary signals uncovered through conditional analysis.
Color Encoding and Chromosome Alternation
To visually separate chromosomes, variants are plotted with alternating colors—typically blue and red or two shades of a single hue. This banding pattern allows immediate identification of chromosome boundaries without requiring axis labels for every position. Some implementations color-code points by functional annotation, highlighting missense, nonsense, or regulatory variants in distinct colors. Others use a rainbow gradient based on LD correlation (r²) with the lead SNP, transitioning from red (high LD) to blue (low LD), providing a visual map of the recombination landscape around each association peak.
Quantile-Quantile (QQ) Companion Plot
A Manhattan plot is almost always accompanied by a QQ plot to assess genomic inflation. The QQ plot compares observed p-value distributions against expected uniform distributions under the null hypothesis. The genomic inflation factor (λ) quantifies systematic deviation: λ ≈ 1.0 indicates well-calibrated statistics, while λ > 1.05 suggests population stratification or cryptic relatedness inflating test statistics. Together, the Manhattan and QQ plots provide a complete diagnostic view—the Manhattan plot identifies where signals exist, while the QQ plot validates whether those signals are trustworthy or artifacts of confounding structure.
Interactive and Annotation Layers
Modern Manhattan plots extend beyond static images with interactive tooltips that display rsIDs, effect alleles, beta coefficients, and nearest genes on hover. Gene annotation tracks beneath the plot map the genomic positions of known genes, allowing immediate identification of biologically relevant candidates at each peak. Loci reaching genome-wide significance are often labeled with the nearest or most plausible causal gene. In multi-ethnic or trans-ancestry GWAS, overlaid plots use different point shapes or transparency levels to compare association patterns across populations, revealing shared versus population-specific genetic architecture.
Frequently Asked Questions
Clear, technically precise answers to common questions about interpreting and constructing Manhattan plots for genome-wide association studies.
A Manhattan plot is a specialized scatter plot used in Genome-Wide Association Studies (GWAS) to visualize the statistical significance of association between millions of genetic variants and a specific trait or disease. It works by plotting genomic coordinates along the x-axis, typically grouped by chromosome, against the negative base-10 logarithm of the association p-value on the y-axis. This transformation means that the most statistically significant variants—those with the smallest p-values—appear as the tallest peaks, resembling a city skyline. The plot allows researchers to instantly identify genomic loci that exceed the genome-wide significance threshold, conventionally set at ( p = 5 \times 10^{-8} ), which corrects for approximately one million independent tests. Each dot represents a single nucleotide polymorphism (SNP), and the alternating colors by chromosome improve visual discrimination. The name derives from the plot's resemblance to the towering skyline of Manhattan, where peaks of association rise above the background noise of null hypotheses.
Manhattan Plot vs. Related GWAS Visualizations
Comparative analysis of visualization types used in genome-wide association studies to display statistical significance, linkage disequilibrium, and genetic architecture.
| Feature | Manhattan Plot | QQ Plot | Regional Association Plot | Circos Plot |
|---|---|---|---|---|
Primary Purpose | Genome-wide significance visualization | Statistical test calibration and inflation assessment | Fine-mapping and LD structure at a single locus | Whole-genome structural variation and multi-omics integration |
Axes | Chromosomal position (x) vs. -log10(p-value) (y) | Expected -log10(p) (x) vs. Observed -log10(p) (y) | Genomic coordinates with gene tracks and recombination rate | Circular genomic coordinates with layered data tracks |
Displays Linkage Disequilibrium | ||||
Displays Gene Annotations | ||||
Genome-Wide View | ||||
Detects Population Stratification | ||||
Typical Variant Count Displayed | 1M-10M SNPs | 1M-10M SNPs | 100-5,000 SNPs | Unlimited (multi-track) |
Identifies Genomic Inflation Factor (λ) |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Core statistical and visualization concepts that contextualize the Manhattan Plot within genome-wide association studies and federated clinical analytics.
Multiple Testing Correction
The statistical foundation that gives the Manhattan Plot its iconic significance threshold line. In a GWAS, millions of variants are tested simultaneously, inflating the family-wise error rate. The Bonferroni correction sets the genome-wide significance threshold at p < 5 × 10⁻⁸ (0.05 divided by ~1 million independent tests). The Benjamini-Hochberg procedure controls the false discovery rate as an alternative. On a Manhattan Plot, this threshold appears as a horizontal line—peaks crossing it are considered statistically significant associations.
Population Stratification
A critical confounding factor that can produce spurious peaks on a Manhattan Plot. Systematic differences in allele frequencies between ancestral subpopulations create false associations with traits that differ between those groups. Genomic control (lambda inflation factor) and principal component analysis are used to correct for this. In federated GWAS, population stratification becomes more complex as sites may serve demographically distinct populations, requiring careful covariate adjustment before pooling summary statistics.
Quantile-Quantile Plot
The companion diagnostic to the Manhattan Plot. While the Manhattan Plot shows where significant associations lie, the QQ plot reveals whether the overall distribution of p-values deviates from the null expectation. Observed p-values are plotted against expected uniform p-values on a -log₁₀ scale. Early departure from the diagonal indicates population stratification or cryptic relatedness. True causal variants appear as points deviating sharply at the upper right tail. Together, Manhattan and QQ plots form the standard GWAS quality control visualization pair.
Linkage Disequilibrium
The genetic phenomenon that creates the characteristic 'skyscraper' peaks on a Manhattan Plot. Linkage disequilibrium (LD) is the non-random association of alleles at different loci, meaning a significant variant is often surrounded by correlated variants that also show elevated signals. The lead SNP at the peak's summit is not necessarily causal—it may simply tag the true functional variant. LD clumping and fine-mapping are post-GWAS steps that disentangle these correlated signals to identify credible causal variants.
Federated GWAS
The decentralized architecture that enables Manhattan Plot generation across siloed biobanks. Instead of pooling raw genotypes, each site computes local summary statistics (effect sizes, standard errors, p-values) and shares only these aggregates. A meta-analysis engine combines them using inverse variance weighting, producing a federated Manhattan Plot identical to what would be obtained from pooled data. This preserves patient privacy while dramatically increasing statistical power through larger effective sample sizes.
LocusZoom and Regional Plots
The high-resolution follow-up to a Manhattan Plot peak. Once a significant locus is identified, tools like LocusZoom generate regional association plots showing individual variant p-values, recombination rates, and gene annotations within a ~400 kb window around the lead SNP. These plots color-code variants by their LD relationship with the lead SNP and display nearby genes, enabling researchers to prioritize functional candidates. In federated workflows, regional plots can be generated from shared summary statistics without raw data access.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us