View source: R/create_select_snp_window_args.R
create_select_snp_window_args | R Documentation |
Create the command-line arguments to select SNPs.
This function has been named after the --snp
and --window
flags
create_select_snp_window_args(
plink_bin_filenames,
snp_window_selector,
base_output_filename,
plink_options = create_plink_options()
)
plink_bin_filenames |
the binary data files' names for |
snp_window_selector |
a SNP selector (see create_snps_selector), that allows one to select a focal SNP and a range/window of SNPs around it, as created by create_snp_window_selector and checked by check_snp_window_selector |
base_output_filename |
the base of the filenames that are
used as output for |
plink_options |
options to run PLINK, as created by create_plink_options |
the command-line arguments
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.