Learn R Programming

pirouette (version 1.6.9)

check_alignment: Check if the alignment is of the right type

Description

Will stop if not.

Usage

check_alignment(alignment)

Value

nothing

Arguments

alignment

a DNA alignment, of class DNAbin

Author

Richèl J.C. Bilderbeek

Examples

Run this code
# Cleanup
beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()

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

check_alignment(ape::as.DNAbin("ACGT"))

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

Run the code above in your browser using DataLab