#' @family finemapping functions
#' @keywords internal
save_finemap_results <- function(dat,
path,
nThread=1,
verbose=TRUE){
messager("Saving merged finemapping results ==>",path,v=verbose)
data.table::fwrite(x = dat,
file = path,
sep = "\t",
na = NA, quote = FALSE,
nThread = nThread)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.