Converts biological sequence from letter to number notation.
l2n(seq, seq_type)
seq |
|
---|---|
seq_type | the type of sequence. Can be |
a numeric
vector or matrix containing converted elements.
l2n
is a wrapper around degenerate
.
Inverse function: n2l
.
#> [1] 1 3 3 6 1 6 12 1 10