View source: R/stratified_qqplot.R
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)
)
|
data_frame |
|
prin_value_label |
label of principal p-value column in |
cond_value_label |
label of conditional trait column in |
thresholds |
threshold values to define strata |
Note that this function does not do the heavy lifting of styling the plot's aesthetics.
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.