View source: R/check_gcae_input_filenames.R
check_gcae_input_filenames | R Documentation |
Check if the GenoCAE input filenames list is valid. Will stop if not
check_gcae_input_filenames(gcae_input_filenames)
gcae_input_filenames |
the GCAE input filenames, in the form of a list with the following elements:
|
Nothing. Will stop if the GenoCAE input filenames list is invalid.
Richèl J.C. Bilderbeek
Related checking functions:
Use check_gcae_input_data to check the in-memory GCAE input data extensively
Use check_gcae_input_data_data_type to check the data type of the in-memory GCAE input data
Use check_gcae_input_files to check the
files to be used by GCAE as input,
i.e. GCAE
can run these
Use check_gcae_input_filenames to check the filenames (and not the files' content) to be GCAE input files
Functions related to gcae_input_filenames
:
Use summarise_gcae_input_files to summarise the data
in the GCAE
input files
if (plinkr::is_plink_installed()) {
# Create the files
gcae_input_filenames <- create_gcae_input_files_1(
base_input_filename = get_gcaer_tempfilename()
)
check_gcae_input_filenames(gcae_input_filenames)
# Clean up
file.remove(as.character(unlist(gcae_input_filenames)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.