Learn R Programming

pirouette (version 1.6.9)

check_alignment_params: Checks if the argument is a valid alignment parameters structure, as created by create_alignment_params. Will stop if not.

Description

Checks if the argument is a valid alignment parameters structure, as created by create_alignment_params. Will stop if not.

Usage

check_alignment_params(alignment_params)

Value

nothing. Will stop if not

Arguments

alignment_params

parameters to simulate an alignment, as can be created by create_alignment_params

Author

Richèl J.C. Bilderbeek

Examples

Run this code
# Check cleanup by other functions
beastier::check_empty_beaustier_folders()

check_alignment_params(create_test_alignment_params())

# Cleanup
beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()

Run the code above in your browser using DataLab