fa_write | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.