Learn R Programming

pirouette (version 1.6.9)

get_pir_params_filenames: Extract the filenames from a pir_params

Description

Extract the filenames from a pir_params

Usage

get_pir_params_filenames(pir_params)

Value

a character vector of filenames

Arguments

pir_params

the parameters of pirouette. They are created by create_pir_params.

Author

Richèl J.C. Bilderbeek

Examples

Run this code
if (beautier::is_on_ci()) {
  pir_params <- create_pir_params(
    alignment_params = create_test_alignment_params(),
    experiments = list(create_test_experiment())
  )
  get_pir_params_filenames(
    pir_params = pir_params
  )
}

Run the code above in your browser using DataLab