View source: R/read_write_fasta.R
write_fasta | R Documentation |
Write sequences in FASTA format
write_fasta(x, file, append = FALSE, line_length = 80, block_length = 10)
x |
a DNA, RNA or AA vector. |
file |
a path to a file or a connection. |
append |
a logical. If |
line_length |
length (in number of character) of one line
(excluding spaces separating blocks). Use |
block_length |
length (in number of character) of one block.
Use the same value as |
Other input/output operations:
read_fasta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.