is_fasta_cds {shinyWGD}R 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.


[Package shinyWGD version 1.0.0 Index]