View source: R/manhattan_xwas.R
manhattan_xwas | R Documentation |
this is a function plot the p values of the XWAS results, analagous to a manhattan plot. since the y axis is in the -log scale, there may be issues with plotting if the p value is zero or very close to zero (taking the neg log of it will be infinite)
manhattan_xwas(xdff, pval, thresh = 0.05)
xdff |
matrix returned from XWAS function, rownames of matrix should be the X variables |
pval |
column name of p value |
thresh |
p value threshold for signficance |
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.