writeFasta,character-method | R Documentation |
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.
writeXStringSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.