View source: R/save_plink2_bin_data.R
save_plink2_bin_data | R Documentation |
PLINK2
binary data to files.Save PLINK2
binary data to files.
save_plink2_bin_data(
plink2_bin_data,
base_input_filename = get_plinkr_tempfilename(),
plink_options = create_plink_v2_0_options(),
verbose = FALSE
)
plink2_bin_data |
the genetic and phenotypic data for |
base_input_filename |
the base of the filenames that are
used as input 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. |
a plink2_bin_filenames
, which is list with the following elements:
pgen_filename
: full paths to the .pgen
created
psam_filename
: full paths to the .psam
created
pvar_filename
: full paths to the .pvar
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.