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)

Arguments

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

Value

No return value, only output a fasta file