is_fasta_cds: Check if a file is in FASTA format with cds sequences.

View source: R/utils.R

is_fasta_cdsR Documentation

Check if a file is in FASTA format with cds sequences.

Description

This function checks whether a given file is in FASTA format with cds sequences.

Usage

is_fasta_cds(file_path)

Arguments

file_path

The path to the input file.

Value

TRUE if the file is in FASTA format with cds sequences, FALSE otherwise.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.