ggmanh | R Documentation |
ggmanh provides flexible tools for visualizing GWAS result for downstream analysis.
Manhattan plot is commonly used to display significant Single Nucleotide Polymorphisms (SNPs)
in Genome Wide Association Study (GWAS)
This package comes with features useful for manhattan plot creation, including annotation with ggrepel
,
truncating data for faster plot generation, and manual rescaling of the y-axis.
The manhattan plot is generated in two steps: data preprocessing and plotting. This allows the user to iteratively
customize the plot without having the process the GWAS summary data over and over again.
Currently, data.frame
and GRanges
from GenomicRanges
are supported.
A vignette detailing the usage of the package is accessible by vignette("ggmanh")
Maintainer: John Lee swannyy.stat@gmail.com
Authors:
John Lee john.lee@abbvie.com (AbbVie)
Other contributors:
Xiuwen Zheng xiuwen.zheng@abbvie.com [contributor, data contributor]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.