View source: R/plot_coeff_xwas.R
plot_coeff_xwas | R Documentation |
this is a function plot the coefficients XWAS results
plot_coeff_xwas(xdff, pval, coeff, thresh = 0.05, all = FALSE)
xdff |
matrix returned from XWAS function, rownames of matrix should be the X variables |
pval |
column name of p value |
coeff |
column name of coefficients |
thresh |
p value threshold for signficance |
all |
default is to plot only signficant associaitons, all=TRUE plots all associatons |
Yixuan He, yixuan_he@hms.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.