writeFASTA | R Documentation |
Write FASTA files.
writeFASTA(seqs, fasta.path, append = FALSE)
seqs |
A vector or list of sequences with header name. If it is a list, it must only contain one single sequence string for every element e.g. list(chr1 = "NNNNNNNN") not list(chr1 = c("NNNNNN", "AAAAAA")) |
fasta.path |
A path to a FASTA file. |
append |
Boolean. Default is FALSE. If TRUE, will append the results to existing file. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.