Learn R Programming

bioseq (version 0.1.1)

write_fasta: Write sequences in FASTA format

Description

Write sequences in FASTA format

Usage

write_fasta(x, file, append = FALSE)

Arguments

x

a DNA, RNA or AA vector.

file

a path to a file or a connection.

append

a logical. If TRUE append the data to the file. If FALSE (default), overwrite the file.

See Also

Other input/output operations: read_fasta