convert_plink_bin_files_to_plink_vcf_files: Convert PLINK binary files to PLINK VCF files

View source: R/convert_plink_bin_files_to_plink_vcf_files.R

convert_plink_bin_files_to_plink_vcf_filesR Documentation

Description

Convert PLINK binary files to PLINK VCF files

Usage

convert_plink_bin_files_to_plink_vcf_files(
  base_input_filename,
  base_output_filename,
  plink_options = create_plink_options(),
  verbose = FALSE
)

Arguments

base_input_filename

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

base_output_filename

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

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.

Value

the full paths to the VCF files created

Author(s)

Richèl J.C. Bilderbeek


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