Description Usage Arguments Value See Also Examples
Convert a named vector of sequences into a matrix by splitting up sequences into individual positions.
1 | seq2tab(x, margin = 1)
|
x |
a named vector of sequences, such as from |
margin |
optional whether rows sequences should be in rows (1) or columns (2) |
a matrix of fasta sequences
tab2seq to transform table into a vector of sequences, read_fasta to read sequences from a fasta file, write_fasta to write sequences into a fasta file
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.