fa_write {itol.toolkit}R Documentation

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)

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


[Package itol.toolkit version 1.1.7 Index]