write.fasta {rbiom} | R Documentation |
Write sequences from a BIOM object to a file in fasta format.
Description
Write sequences from a BIOM object to a file in fasta format.
Usage
write.fasta(seqs, outfile)
Arguments
seqs |
A named character vector where names are sequence names and
values are the sequences. Also accepts a |
outfile |
Path to the output fasta file. Files ending in |
Value
On success, returns NULL
invisibly.
[Package rbiom version 1.0.3 Index]