check_pheno_model_filename: Check if the 'pheno_model_filename' is valid

View source: R/check_pheno_model_filename.R

check_pheno_model_filenameR Documentation

Check if the pheno_model_filename is valid

Description

Check if the pheno_model_filename is valid Will stop if not.

Usage

check_pheno_model_filename(pheno_model_filename)

Arguments

pheno_model_filename

name of a file that stores the phenotype prediction GCAE architecture, as checked by check_pheno_model_filename. Use read_pheno_model_file to read a GCAE pehnotype prediction architecture from that file.

Value

Nothing. Will stop if pheno_model_filename is invalid.

Author(s)

Richèl J.C. Bilderbeek

See Also

use check_model_filename to check if an autoencoder model filename is correct

Examples

check_pheno_model_filename("p0.json")
check_pheno_model_filename("~/p0.json")
check_pheno_model_filename("/home/me/p2.json")

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