Writes a named character vector of DNA sequences to a fasta file. Values are the sequences, and names are used for the id lines.
Writes a named character vector of DNA sequences to a fasta file. Values are the sequences, and names are used for the id lines.
## S4 method for signature 'character' writeFasta(object, file, mode = "w", width = 20000L, ...)
object |
(Required). A named |
file |
(Required). The output file. |
mode |
(Optional). Default "w". Append with "a". |
width |
(Optional). Default 20000L. Maximum line length before newline. |
... |
(Optional). Additonal arguments passed to |
NULL.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.