fa_write {itol.toolkit} | R Documentation |
Write the fasta format sequences file from data.frame. (Version 0.0.0.9000)
fa_write(object, file, id = "seq_name", seq = "sequence", append = FALSE)
object |
data.frame format data |
file |
input file in fasta format |
id |
id col |
seq |
seq col |
append |
append at the end of an already existing file |
No return value, only output a fasta file