Learn R Programming

itol.toolkit (version 1.1.7)

fa_write: Write fasta file

Description

Write the fasta format sequences file from data.frame. (Version 0.0.0.9000)

Usage

fa_write(object, file, id = "seq_name", seq = "sequence", append = FALSE)

Value

No return value, only output a fasta file

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