Related Experiment Video
Updated: Jul 17, 2026

05:01
A Pathway Association Study Tool for GWAS Analyses of Metabolic Pathway Information
Published on: July 1, 2020
snp.plotter: an R-based SNP/haplotype association and linkage disequilibrium plotting package
Augustin Luna1, Kristin K Nicodemus
1GCAP/CBDB, NIMH/NIH, 10 Center Drive, Room 4S-235, Bethesda, MD 20814, USA.
Bioinformatics (Oxford, England)
|January 20, 2007
Summary
This study introduces snp.plotter, an R package for visualizing genetic association study results. It integrates P-value and linkage disequilibrium (LD) plots for clearer interpretation of genetic data.
Area of Science:
- Genetics
- Bioinformatics
- Statistical Genetics
Background:
- Genetic association studies are crucial for identifying disease-related genes.
- Visualizing results, including P-values and linkage disequilibrium (LD), is essential for interpretation.
- Existing tools may lack comprehensive visualization options for integrated genetic data.
Purpose of the Study:
- To develop a user-friendly R package, snp.plotter, for high-quality visualization of genetic association study results.
- To enable simultaneous plotting of association P-values and LD metrics (r2 or D').
- To offer flexible customization of plot aesthetics and data representation.
Main Methods:
- Development of an R package named snp.plotter.
- Implementation of features for plotting P-values and LD.
- Inclusion of options for X-axis scaling (equal spacing or physical map).
- Support for plotting single nucleotide polymorphism (SNP) and haplotype data.
- Capability to plot multiple result sets concurrently.
Main Results:
- snp.plotter generates high-quality plots integrating association and LD information.
- The package allows users to choose between r2 or D' for LD metric display.
- Customization options for labels, colors, symbols, and LD heatmap schemes are available.
- Both single SNP and haplotype data can be visualized effectively.
Conclusions:
- snp.plotter provides a simple and appealing graphic method for presenting genetic association and LD data.
- The package enhances the interpretability of genetic association study findings.
- It serves as a valuable tool for researchers in statistical genetics and bioinformatics.
Related Concept Videos
Single Nucleotide Polymorphisms-SNPs
A single nucleotide polymorphism or SNP is a single nucleotide variation at a specific genomic position in a large population. It is the most prevalent type of sequence variation found in the human genome. Point mutations that occur in more than 1% of the population qualify as SNPs. These are present once every 1000 nucleotides on an average in the human genome. Replacement of a purine with another purine (A/G) or a pyrimidine with another pyrimidine (C/T) is known as a transition. In contrast,...
Genome-wide Association Studies-GWAS
Genome-wide association studies or GWAS are used to identify whether common SNPs are associated with certain diseases. Suppose specific SNPs are more frequently observed in individuals with a particular disease than those without the disease. In that case, those SNPs are said to be associated with the disease. Chi-square analysis is performed to check the probability of the allele likely to be associated with the disease.
GWAS does not require the identification of the target gene involved in...
GWAS does not require the identification of the target gene involved in...
Comparing Copy Number Variations and SNPs
Sequencing of the human genome has opened up several best-kept secrets of the genome. Scientists have identified thousands of genome variations that exist within a population. These variations can be a single nucleotide or a larger chromosomal variation.
Copy number variations or CNVs are the structural variations that cover more than 1kb of DNA sequence. The single nucleotide polymorphism (SNP), on the other hand, is a single nucleotide change or a point mutation that is found in more than 1%...
Copy number variations or CNVs are the structural variations that cover more than 1kb of DNA sequence. The single nucleotide polymorphism (SNP), on the other hand, is a single nucleotide change or a point mutation that is found in more than 1%...
Scatter Plot
The most common and easiest way to display the relationship between two variables, x and y, is a scatter plot. A scatter plot shows the direction of a relationship between the variables. A clear direction happens when there is either:

