gg_qqplot | R Documentation |
Produces a QQ plot via ggplot2. Requires a dataframe generated by
qqplot()
.
gg_qqplot(df, scheme = c("darkgrey", "royalblue"))
df |
A dataframe generated by |
scheme |
Vector of 2 colours for plotting non-significant and significant SNPs |
A ggplot2 graphics plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.