read_fasta: Read in raw data from a fasta file.

View source: R/io.r

read_fastaR Documentation

Read in raw data from a fasta file.

Description

Read in raw data from a fasta file.

Usage

read_fasta(x)

Arguments

x

The name of the fasta file to read data from.

Examples

fasta_example_file = system.file('extdata/coi_sequel_data_subset.fastq', package = 'debar')
data = read_fasta(fasta_example_file)

debar documentation built on May 29, 2024, 2:02 a.m.