read_fasta: Read fasta file

Description Usage Arguments Examples

View source: R/io_fasta.R

Description

Read fasta file

Usage

1
read_fasta(fpath, ucase = F)

Arguments

fpath

A fasta file path.

ucase

logical

Examples

1
2
inf <- system.file("extdata", "test.fas", package = "bstringr")
read_fasta(inf)

t-arae/bstringr documentation built on March 18, 2021, 3:08 a.m.