View source: R/create_gcae_project_args.R
create_gcae_project_args | R Documentation |
GCAE
Create the CLI arguments to project with GCAE
create_gcae_project_args(gcae_setup)
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. |
the CLI arguments
Richèl J.C. Bilderbeek
gcae_setup <- create_test_gcae_setup()
args <- create_gcae_project_args(
gcae_setup = gcae_setup
)
# 'python3' is the path to Python3
# 'run_gcae.py' is the path to the GenoCAE Python script
full_args <- c("python3", "run_gcae.py", args)
cat(full_args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.