Learn R Programming

qqman (version 0.1.9)

qq: Creates a Q-Q plot

Description

Creates a quantile-quantile plot from p-values from a GWAS study.

Usage

qq(pvector, ...)

Value

A Q-Q plot.

Arguments

pvector

A numeric vector of p-values.

...

Other arguments passed to plot()

Examples

Run this code
qq(gwasResults$P)

Run the code above in your browser using DataLab