View source: R/validate-deep.R
| validate_tree_sequence_match | R Documentation |
Checks that all tree tips have corresponding sequences and vice versa.
validate_tree_sequence_match(
tree,
sequence_file,
quiet = FALSE,
mol_type = NULL,
skip_length_check = FALSE,
multi_tree_mode = "error"
)
tree |
phylo object or path to tree file. |
sequence_file |
Character. Path to sequence file (FASTA/FASTQ). |
quiet |
Logical. If TRUE, suppress messages. |
mol_type |
Character. Molecule type for sequence validation: "DNA",
"RNA", "protein", or "auto" (NULL). Default: |
skip_length_check |
Logical. If TRUE, skip alignment length consistency
check. Default: |
multi_tree_mode |
Character. How to handle multiple trees in a file when
|
List with match status and differences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.