read_fasta: Read in raw data from a fasta file.

View source: R/RcppExports.R

read_fastaR Documentation

Read in raw data from a fasta file.

Description

Read in raw data from a fasta file.

Usage

read_fasta(filename)

Arguments

filename

The name of the fasta file to read data from.

Value

returns a dataframe with the columns: "header", "sequence"

Examples

fastq_example_file = system.file('extdata/small_unittest.fasta', 
                                  package = 'bioreadr')
data = read_fastq(fastq_example_file)

CNuge/CamBioR documentation built on May 28, 2022, 12:23 a.m.