Learn R Programming

debar (version 0.1.0)

read_fasta: 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

Run this code
# NOT RUN {
fasta_example_file = system.file('extdata/coi_sequel_data_subset.fastq', package = 'debar')
data = read_fasta(fasta_example_file)
# }

Run the code above in your browser using DataLab