QQ Plot

qqtopr(
  dat,
  scale = 1,
  n_variants = 0,
  fontfamily = "",
  breaks = 15,
  title = "",
  color = get_topr_colors()
)

Arguments

dat

Dataframe or a list of dataframes (required columns is P)) of association results.

scale

plot elements scale, default: 1

n_variants

number of total variants used in the study

fontfamily

font

breaks

number of breaks for the axes

color

the color of the datapoints, can be one color or multiple

Value

ggplot