This function loads the input file path and runs cape It is used to run CAPE from a non R script (python)
load_input_and_run_cape(
input_file = NULL,
yaml_params = NULL,
results_path = NULL,
run_parallel = FALSE,
results_file = "cross.RDS",
p_or_q = 0.05,
n_cores = 4,
initialize_only = FALSE,
verbose = TRUE,
param_file = NULL,
create_report = FALSE,
qtl_id_col = NULL,
qtl_na_strings = "-"
)
data input to be loaded
a parameter set up in the form of a YAML string
path to the results
boolean, if TRUE runs certain parts of the code as parallel blocks
the name of the saved data_obj RDS file. The base name is used as the base name for all saved RDS files.
A threshold indicating the maximum adjusted p value considered
integer, default is 4
boolean, default: FALSE
boolean, output goes to stdout
path to yml parameter file for running cape
boolean, if true we create the corresponding HTML report page
argument for read_population, an optional column number for individual IDs
argument for read_population, an optional string for missing values