read_fasta {debar}R 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)

[Package debar version 0.1.1 Index]