View source: R/check_plink2_bin_filenames.R
check_plink2_bin_filenames | R Documentation |
plink2_bin_filenames
is validChecks that the plink2_bin_filenames
is valid.
Calls stop if not
check_plink2_bin_filenames(plink2_bin_filenames)
plink2_bin_filenames |
the binary data files' names for |
nothing
Richèl J.C. Bilderbeek
plinkr
has can check the following check sets of filenames,
depending on the type of files:
PLINK
text files: use check_plink_text_filenames
PLINK
binary files: use check_plink_bin_filenames
PLINK2
binary files: use check_plink2_bin_filenames
check_plink2_bin_filenames(
create_plink2_bin_filenames(
pgen_filename = "file.pgen",
psam_filename = "file.psam",
pvar_filename = "file.pvar"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.