Description Usage Arguments Value See Also Examples
Convert a data.frame or matrix into a vector of sequences. This is done by concatenating elements either row-wise (margin 1) or column-wise (margin 2).
1 |
x |
data.frame or matrix, symbols must have length 1 |
margin |
optional whether rows (1) or columns (2) should be concatenated |
na |
optional substitute |
a vector of sequences
seq2tab to transform sequences into a table, 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.