R/filter_random_snps.R

Defines functions filter_random_snps

Documented in filter_random_snps

#' 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
) {

}
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.