get_gcae_input_filenames: Create a 'gcae_input_filenames'

View source: R/get_gcae_input_filenames.R

get_gcae_input_filenamesR Documentation

Create a gcae_input_filenames

Description

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

Usage

get_gcae_input_filenames(gcae_setup)

Arguments

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.

Value

a gcae_input_filenames, as can be checked by check_gcae_input_filenames

Author(s)

Richèl J.C. Bilderbeek

See Also

use create_gcae_input_filenames to create the filesnames yourself

Examples

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)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.