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)

araezopsis/bstringr documentation built on March 15, 2021, 10:01 p.m.