View source: R/make_bed_with_plink.R
make_bed_with_plink | R Documentation |
PLINK
text files to PLINK
binary files using PLINK
Convert PLINK
text files to PLINK
binary files using PLINK
make_bed_with_plink(
base_input_filename,
base_output_filename = file.path(dirname(base_input_filename), "output"),
plink_options = create_plink_v1_9_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 PLINK
binary files,
which are a .bed
, .bim
, .fam
and .log
file.
this function is named after the PLINK
/PLINK2
--make-bed
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.