View source: R/save_plink_bin_data.R
save_plink_bin_data | R Documentation |
PLINK
binary data to files.Save PLINK
binary data to files.
save_plink_bin_data(
plink_bin_data,
base_input_filename = get_plinkr_tempfilename(),
verbose = FALSE
)
plink_bin_data |
the in-memory binary data for |
base_input_filename |
the base of the filenames that are
used as input for |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
a plink_bin_filenames
, which is a list with elements:
bed_filename
: the full path to the .bed
filename created
bim_filename
: the full path to the .bim
filename created
fam_filename
: the full path to the .fam
filename created
Richèl J.C. Bilderbeek
to save PLINK
/PLINK2
data use:
save_plink_text_data: to save PLINK
text data
save_plink_bin_data: to save PLINK
binary data
save_plink2_bin_data: to save PLINK2
binary data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.