Skip to contents

Save a QQ plot of GWAS p-values

Usage

qqplot_save(gwas, output_prefix, width = 5, height = 5, dpi = 300)

Arguments

gwas

A gwas object containing the p-values to plot.

output_prefix

The prefix for the output file name.

width

Width of the output figure in inches.

height

Height of the output figure in inches.

dpi

DPI of the output figure.

Value

Invisibly returns the ggplot object.