write.fasta | R Documentation |
write FASTA-File. Beware! It is not sequential, so may be slow or bloaty for larger Seqcence-vectors
write.fasta(sq, file, wrap = 80, to.upper = FALSE)
sq |
Sequences to be exported. They need names. |
file |
Write to this file. |
wrap |
Wrap sequence (not names) after this many chars |
to.upper |
If TRUE, sequences will be converted to uppercase |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.