make_bed | R Documentation |
PLINK
binary filesThere are two ways to convert to binary files:
make_bed(
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. |
Convert PLINK
text files to PLINK
binary files using PLINK
,
using make_bed_with_plink
Convert PLINK2
binary files to PLINK
binary files using PLINK2
using make_bed_with_plink2
The full names of the created PLINK1 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.