read_seq: Universal Sequence Reader
Description
Reads a FASTA or FASTQ file and returns it as a dataframe or list.
Usage
read_seq(file, format = "df")
Value
A dataframe or list of the sequence data.
Arguments
- file
Path to the input sequence file
- format
A string indicating "df" (dataframe) or "list" (default: "df")