Learn R Programming

beautier (version 2.6.12)

check_alignment_id: Check if the alignment_id is valid.

Description

Will stop if not.

Usage

check_alignment_id(alignment_id)

Value

nothing, will stop if needed

Arguments

alignment_id

ID of the alignment, as returned by get_alignment_id. Keep at NA to have it initialized automatically

Examples

Run this code
check_empty_beautier_folder()

# anthus_aco_sub
alignment_id <- get_alignment_id("/home/homer/anthus_aco_sub.fas")
check_alignment_id(alignment_id)

check_empty_beautier_folder()

Run the code above in your browser using DataLab