Write sequences from a BIOM object to a file in fasta format.
write.fasta(seqs, outfile)
On success, returns NULL
invisibly.
A named character vector where names are sequence names and
values are the sequences. Also accepts a BIOM
object which contains sequences.
Path to the output fasta file. Files ending in .gz
or
.bz2
will be compressed accordingly.