gg_qqplot: Log QQ p-value plot (ggplot2)

View source: R/qqplot.R

gg_qqplotR Documentation

Log QQ p-value plot (ggplot2)

Description

Produces a QQ plot via ggplot2. Requires a dataframe generated by qqplot().

Usage

gg_qqplot(df, scheme = c("darkgrey", "royalblue"))

Arguments

df

A dataframe generated by qqplot()

scheme

Vector of 2 colours for plotting non-significant and significant SNPs

Value

A ggplot2 graphics plot object


easylabel documentation built on May 29, 2024, noon