View source: R/check_pheno_model_filename.R
check_pheno_model_filename | R Documentation |
pheno_model_filename
is validCheck if the pheno_model_filename
is valid
Will stop if not.
check_pheno_model_filename(pheno_model_filename)
pheno_model_filename |
name of a file that stores
the phenotype prediction |
Nothing. Will stop if pheno_model_filename
is invalid.
Richèl J.C. Bilderbeek
use check_model_filename to check if an autoencoder model filename is correct
check_pheno_model_filename("p0.json")
check_pheno_model_filename("~/p0.json")
check_pheno_model_filename("/home/me/p2.json")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.