create_test_gcae_input_data: Create a 'gcae_input_data' to be used in testing.

View source: R/create_test_gcae_input_data.R

create_test_gcae_input_dataR Documentation

Create a gcae_input_data to be used in testing.

Description

Create a gcae_input_data to be used in testing.

Usage

create_test_gcae_input_data(
  gcae_input_filenames = gcaer::create_test_gcae_input_filenames(),
  verbose = FALSE
)

Arguments

gcae_input_filenames

the GCAE input filenames, in the form of a list with the following elements:

  • bed_filename: path to a .bed file, as can be read by read_plink_bed_file

  • bim_filename: path to a .bim file, as can be read by read_plink_bim_file

  • fam_filename: path to a .fam file, as can be read by read_plink_fam_file

  • phe_filename: path to a .phe file, as can be read by read_plink_phe_file

  • labels_filename: path to a .csv file as can be read by read_labels_file

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Value

a gcae_input_data

Author(s)

Richèl J.C. Bilderbeek

See Also

use create_gcae_input_data to create a regular gcae_input_data

Examples

gcae_input_data <- create_test_gcae_input_data()
check_gcae_input_data(gcae_input_data)

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