get_gcae_data_opts_filename: Get the filename to the GCAE data options

View source: R/get_gcae_data_opts_filename.R

get_gcae_data_opts_filenameR Documentation

Get the filename to the GCAE data options

Description

Get the filename to the GCAE data options. This function is named after the GCAE data_opts folder.

Usage

get_gcae_data_opts_filename(data_opts_id, gcae_options = create_gcae_options())

Arguments

data_opts_id

data options id, corresponding to a file data_opts/data_opts_id.json The data options affect how data is input to the model.

gcae_options

options to run GCAE, as created by create_gcae_options

Value

full path to the data options' JSON file

Author(s)

Richèl J.C. Bilderbeek

See Also

Use get_gcae_data_opts_filenames to get all the files for the data storage options.

Use get_gcae_data_opts_ids to get the IDs of all the data storage options.

To obtain the paths to the files for the different GCAE features:

  • Autoencoder architecture: use get_gcae_model_filename

  • Phenotypic prediction: use get_gcae_pheno_model_filename

  • Training options: use get_gcae_train_opts_filename

  • File storage options: use get_gcae_data_opts_filename

Examples

get_gcae_data_opts_filename(
  data_opts_id = "b_0_4"
)

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