is_plink2_bin_filenames: Determine if the 'plink2_bin_files' is indeed a set of...

View source: R/is_plink2_bin_filenames.R

is_plink2_bin_filenamesR Documentation

Determine if the plink2_bin_files is indeed a set of PLINK2 binary files' names

Description

Determine if the plink2_bin_files is indeed a set of PLINK2 binary files' names

Usage

is_plink2_bin_filenames(plink2_bin_filenames, verbose = FALSE)

Arguments

plink2_bin_filenames

the binary data files' names for PLINK2 to work on, as created by create_plink2_bin_filenames.

verbose

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

Value

TRUE if the plink2_bin_files is indeed a set of PLINK binary files' names

Note

the singular verb is is used to indicate it is one data structure.

Author(s)

Richèl J.C. Bilderbeek

See Also

plinkr has multiple functions to test if a set of files is valid:

  • PLINK text files: use is_plink_text_filenames

  • PLINK binary files: use is_plink_bin_filenames

  • PLINK2 binary files: use is_plink2_bin_filenames

Examples

is_plink2_bin_filenames(create_test_plink2_bin_filenames())

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