View source: R/validate-deep.R
| validate_sequence_deep | R Documentation |
Validates FASTA/FASTQ files: format detection, duplicate IDs, alphabet detection, and alignment length consistency.
validate_sequence_deep(
filepath,
expected_alphabet = NULL,
check_alignment = FALSE
)
filepath |
Character. Path to sequence file. |
expected_alphabet |
Character or NULL. Expected alphabet: "DNA", "RNA", "protein", or NULL for auto-detect. |
check_alignment |
Logical. If TRUE, check all sequences have equal length. |
List with validation results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.