writeFASTA: Write FASTA files.
Description
Write FASTA files.
Usage
writeFASTA(seqs, fasta.path, append = FALSE)
Arguments
- seqs
A vector or list of sequences with header name. If it is a list,
it must only contain one single sequence string for every element e.g.
list(chr1 = "NNNNNNNN") not list(chr1 = c("NNNNNN", "AAAAAA"))
- fasta.path
A path to a FASTA file.
- append
Boolean. Default is FALSE. If TRUE, will append the results to existing file.