qq: Creates a Q-Q plot

View source: R/qq.R

qqR Documentation

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

qq(gwasResults$P)


qqman documentation built on Aug. 23, 2023, 5:09 p.m.