#' Create a `PLINK` dataset that has randomly selected SNPs
#'
#' Create a `PLINK` dataset that has randomly selected SNPs.
#' @inheritParams default_params_doc
#' @return the names of the PLINK binary files created,
#' as can be checked by \link{check_plink_bin_filenames}
#' @author Richèl J.C. Bilderbeek
#' @export
filter_random_snps <- function(
base_input_filename,
base_output_filename,
n_snps,
verbose = FALSE
) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.