View source: R/get_gcae_input_filenames.R
get_gcae_input_filenames | R Documentation |
gcae_input_filenames
Create a gcae_input_filenames
,
as can be checked by check_gcae_input_filenames,
from a gcae_setup
(see check_gcae_setup)
and a gcae_options
(see check_gcae_options)
using default naming
get_gcae_input_filenames(gcae_setup)
gcae_setup |
GCAE model setup, as created by create_gcae_setup, read from file by read_gcae_setup_file, checked by check_gcae_setup, and saved to file by save_gcae_setup. |
a gcae_input_filenames
,
as can be checked by check_gcae_input_filenames
Richèl J.C. Bilderbeek
use create_gcae_input_filenames to create the filesnames yourself
gcae_setup <- create_test_gcae_setup()
gcae_input_filenames <- get_gcae_input_filenames(
gcae_setup = gcae_setup
)
file.exists(gcae_input_filenames$bed_filename)
file.exists(gcae_input_filenames$bim_filename)
file.exists(gcae_input_filenames$fam_filename)
file.exists(gcae_input_filenames$phe_filename)
file.exists(gcae_input_filenames$labels_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.