Create a Manhattan plot using Plotly.
1 | plotlyman(x, chr = "CHR", bp = "BP", p = "P", snp = "SNP", sigLine = 8)
|
x |
A data frame that contains the GWAS results. |
chr |
The name of the column in |
bp |
The name of the column in |
p |
The name of the column in |
snp |
The name of the column in |
sigLine |
Where to draw a genome-wide significant line in -log10 scale. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.