make_pgen | R Documentation |
PLINK2
binary filesConvert to PLINK2
binary files
make_pgen(
base_input_filename,
base_output_filename = file.path(dirname(base_input_filename), "output"),
plink_options = create_plink_v2_0_options(),
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 |
plink_options |
options to run PLINK, as created by create_plink_options |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
The full names of the created PLINK2
binary files,
which have the following four file extensions:
.log
.pgen
.psam
.pvar
this function is named after the PLINK
--make-pgen
parameter flag
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.