create_gcae_project_args: Create the CLI arguments to project with 'GCAE'

View source: R/create_gcae_project_args.R

create_gcae_project_argsR Documentation

Create the CLI arguments to project with GCAE

Description

Create the CLI arguments to project with GCAE

Usage

create_gcae_project_args(gcae_setup)

Arguments

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.

Value

the CLI arguments

Author(s)

Richèl J.C. Bilderbeek

Examples

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)

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