write_fasta: Write FASTA files

View source: R/read_fasta.R

write_fastaR Documentation

Write FASTA files

Description

A lightweight tool to read nucleic or amino-acid sequences from a file in FASTA format.

Usage

write_fasta(seq, file, nchar = 80)

Arguments

seq

a list of sequences.

file

the name of the output file.

nchar

the number of characters per line.

See Also

write.fasta: heavier function for writing FASTA files.


michbur/biogram documentation built on Feb. 4, 2024, 6:38 p.m.