Description Usage Arguments Value Note Examples
Converts list of sequences to matrix.
1 | list2matrix(seq_list)
|
seq_list |
list of sequences (e.g. as returned by
the |
A matrix with the number of rows equal to the number of sequences and the number of columns equal to the length of the longest sequence.
Since matrix must have specified number of columns, ends of shorter sequences are completed with NAs.
1 2 3 | list2matrix(list(s1 = c("c", "g", "g", "t"),
s2 = c("g", "t", "c", "t", "t", "g"),
s3 = c("a", "a", "t")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.