View source: R/is_plink_bin_filenames.R
is_plink_bin_filenames | R Documentation |
plink_bin_files
is indeed a set of PLINK
binary files' namesDetermine if the plink_bin_files
is indeed a set of PLINK
binary files' names
is_plink_bin_filenames(plink_bin_filenames, verbose = FALSE)
plink_bin_filenames |
the binary data files' names for |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the plink_bin_files
is indeed a set of PLINK
binary files' names
the singular verb is
is used to indicate it is one data structure.
Richèl J.C. Bilderbeek
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
is_plink_bin_filenames(create_test_plink_bin_filenames())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.