Learn R Programming

debar (version 0.1.1)

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