save_plink_bin_data: Save 'PLINK' binary data to files.

View source: R/save_plink_bin_data.R

save_plink_bin_dataR Documentation

Description

Save PLINK binary data to files.

Usage

save_plink_bin_data(
  plink_bin_data,
  base_input_filename = get_plinkr_tempfilename(),
  verbose = FALSE
)

Arguments

plink_bin_data

the in-memory binary data for PLINK to work on, as created by create_plink_bin_data.

base_input_filename

the base of the filenames that are used as input for PLINK/PLINK2

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Value

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

Author(s)

Richèl J.C. Bilderbeek

See Also

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


richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.