Skip to contents

A clean, publication-ready theme optimized for GWAS plots.

Usage

theme_gwas(base_size = 11, base_family = "")

Arguments

base_size

Base font size (default 11).

base_family

Base font family.

Value

A ggplot2 theme object.

Examples

data(example_gwas)
manhattan_plot(example_gwas) + theme_gwas()