View source: R/check_gcae_train_files_are_present.R
check_gcae_train_files_are_present | R Documentation |
Check if the files to run gcae_train are present. Will stop if not.
check_gcae_train_files_are_present(gcae_setup, gcae_options)
gcae_setup |
GCAE model setup, as created by create_gcae_setup, read from file by read_gcae_setup_file, checked by check_gcae_setup, and saved to file by save_gcae_setup. |
gcae_options |
options to run GCAE, as created by create_gcae_options |
These files are:
The PLINK (.bed
, .bim
, .fam
) binary files
The PLINK (.phe
) phenotype file
A labels (.csv
) file
A GCAE
architecture setup file,
for example, M[x].json
, where [x]
is a number
A GCAE
data options setup file,
for example, b_[x]_[y].json
, where [x]
and [y]
are numbers
A GCAE
training options setup file,
for example, ex[x].json
, where [x]
is a number
The files will not be checked if their content is valid
nothing
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.