#' lassosum: A package for carrying out LASSO regression using GWAS summary statistics
#'
#' @docType package
#' @name lassosum
#' @importFrom Rcpp evalCpp
#' @importFrom Matrix Diagonal t
#' @importFrom data.table fread setkey as.data.table
#' @useDynLib lassosum
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.