Learn R Programming

pirouette (version 1.6.9)

create_test_pir_run_output: 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)

Value

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

Arguments

add_twin

add rows for twin tree

add_best

add rows for best inference model

Author

Richèl J.C. Bilderbeek

Examples

Run this code
# 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()

Run the code above in your browser using DataLab