read_seq: Universal Sequence Reader

View source: R/io.R

read_seqR Documentation

Universal Sequence Reader

Description

Reads a FASTA or FASTQ file and returns it as a dataframe or list.

Usage

read_seq(file, format = "df")

Arguments

file

Path to the input sequence file

format

A string indicating "df" (dataframe) or "list" (default: "df")

Value

A dataframe or list of the sequence data.


baseq documentation built on March 12, 2026, 1:07 a.m.