write.fasta: write.fasta

write.fastaR Documentation

write.fasta

Description

write FASTA-File. Beware! It is not sequential, so may be slow or bloaty for larger Seqcence-vectors

Usage

write.fasta(sq, file, wrap = 80, to.upper = FALSE)

Arguments

sq

Sequences to be exported. They need names.

file

Write to this file.

wrap

Wrap sequence (not names) after this many chars

to.upper

If TRUE, sequences will be converted to uppercase


inkeso/miscfun documentation built on Feb. 3, 2025, 5:33 p.m.