#' @import data.table
#' @import ieugwasr
#' @import MendelianRandomization
#' @export
filter_exposure <- function(d = d_exposure, pthresh = pthresh_exposure){
d_out <- d[pval < pthresh_exposure,]
return(d_out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.