create_test_pir_run_output: Create the same output of pir_run to be used for testing

View source: R/create_test_pir_run_output.R

create_test_pir_run_outputR Documentation

Create the same output of pir_run to be used for testing

Description

Create the same output of pir_run to be used for testing

Usage

create_test_pir_run_output(add_twin = FALSE, add_best = FALSE)

Arguments

add_twin

add rows for twin tree

add_best

add rows for best inference model

Value

a data frame with errors, with as many rows as model selection parameter sets. The output can be checked using check_pir_out.

Author(s)

Richèl J.C. Bilderbeek

Examples

# Check cleanup by other functions
beastier::check_empty_beaustier_folders()

check_pir_out(
  create_test_pir_run_output(
    add_twin = TRUE,
    add_best = TRUE
  )
)

pir_plot(
  create_test_pir_run_output(
    add_twin = TRUE,
    add_best = TRUE
  )
)

# Check cleanup by other functions
beastier::check_empty_beaustier_folders()

richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.