get_gcae_pheno_model_filename: Get the filename to the 'GCAE' phenotype model

View source: R/get_gcae_pheno_model_filename.R

get_gcae_pheno_model_filenameR Documentation

Get the filename to the GCAE phenotype model

Description

Get the filename to the GCAE model. This function is named after the GCAE pheno_model_id flag.

Usage

get_gcae_pheno_model_filename(
  pheno_model_id = "p0",
  gcae_options = create_gcae_options()
)

Arguments

pheno_model_id

phenotype model ID, as checked by check_pheno_model_id

gcae_options

options to run GCAE, as created by create_gcae_options

Value

full paths to the created files

Author(s)

Richèl J.C. Bilderbeek

See Also

Use get_gcae_pheno_model_filenames to get all the files for the phenotypic prediction architectures.

Use get_gcae_pheno_model_ids to get the IDs of all phenotypic prediction architectures.

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_pheno_model_filename()
get_gcae_pheno_model_filename(pheno_model_id = "p0")
get_gcae_pheno_model_filename(pheno_model_id = "p1")
get_gcae_pheno_model_filename(pheno_model_id = "p2")

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