stratified_qqplot: Writes out a stratified Q-Q plot.

Usage Arguments Details Value

View source: R/stratified_qqplot.R

Usage

1
2
3
4
5
6
stratified_qqplot(
  data_frame,
  prin_value_label,
  cond_value_label = NULL,
  thresholds = c(1, 0.1, 0.01, 0.001, 1e-04)
)

Arguments

data_frame

data.frame containing p-values and conditional p-values

prin_value_label

label of principal p-value column in data_frame

cond_value_label

label of conditional trait column in data_frame

thresholds

threshold values to define strata

Details

Note that this function does not do the heavy lifting of styling the plot's aesthetics.

Value

ggplot object


twillis209/pidProjCode documentation built on Nov. 7, 2021, 3:01 p.m.