View source: R/create_convert_plink_bin_files_to_plink_text_files_args.R
create_convert_plink_bin_files_to_plink_text_files_args | R Documentation |
Create the command-line arguments to convert PLINK binary files to PLINK text files
create_convert_plink_bin_files_to_plink_text_files_args(
base_input_filename,
base_output_filename,
plink_options = create_plink_v1_9_options()
)
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 |
plink_options |
options to run PLINK, as created by create_plink_options |
the command-line arguments
the first argument is the first argument, not the path to
the PLINK
or PLINK2
binary
Richèl J.C. Bilderbeek
create_convert_plink_bin_files_to_plink_text_files_args(
base_input_filename = "base_input_filename",
base_output_filename = "base_output_filename"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.