Learn R Programming

qqman (version 0.1.2)

qq: Creates a Q-Q plot

Description

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

Usage

qq(pvector, ...)

Arguments

pvector
A numeric vector of p-values.
...
Other arguments passed to plot()

Value

A Q-Q plot.

Examples

Run this code
qq(gwasResults$P)

Run the code above in your browser using DataLab