View source: R/filter_random_snps.R
filter_random_snps | R Documentation |
PLINK
dataset that has randomly selected SNPsCreate a PLINK
dataset that has randomly selected SNPs.
filter_random_snps(
base_input_filename,
base_output_filename,
n_snps,
verbose = FALSE
)
base_input_filename |
the base of the filenames that are
used as input for |
base_output_filename |
the base of the filenames that are
used as output for |
n_snps |
the number of SNPs, as can be checked by check_n_snps |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
the names of the PLINK binary files created, as can be checked by check_plink_bin_filenames
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.