seqvec2fasta | R Documentation |
Print a named vector of sequences as a fasta-formatted string
seqvec2fasta(seqvec, output_name = "")
seqvec |
vector. The vector to be written as a fasta string. |
output_name |
A connection, or a character string naming the file to print to. If "" (the default), sequences will be printed to the standard output connection. |
data(Hadza)
seqvec2fasta(Hadza$orfs$seqs[1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.