pzPlot | R Documentation |
P-Z plot
pzPlot(x, beta_column = "Est", se_column = "Est.SE", pval_column = "p.value")
x |
|
beta_column |
|
se_column |
|
pval_column |
|
Plot to reveal issues with beta estimates, standard errors and P values. The plots compare P values reported in the association GWAS with P values calculated from Z-statistics (P.ztest) derived from the reported beta and standard error. A study with no issues should show perfect concordance. It will generate a plot per study, where concordance of all the study SNPs will be displayed.
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.