read_fasta: Read sequences in FASTA format

View source: R/read_write_fasta.R

read_fastaR Documentation

Read sequences in FASTA format

Description

Read sequences in FASTA format

Usage

read_fasta(file, type = "DNA")

Arguments

file

A path to a file, a connection or a character string.

type

Type of data. Can be "DNA" (the default), "RNA" or "AA".

Value

A DNA, RNA or AA vector (depending on type argument).

See Also

Other input/output operations: write_fasta()


bioseq documentation built on Sept. 6, 2022, 5:07 p.m.