Converts biological sequence from number to letter notation.
n2l(seq, seq_type)
seq |
|
---|---|
seq_type | the type of sequence. Can be |
a character
vector or matrix containing converted elements.
n2l
is a wrapper around degenerate
.
Inverse function: l2n
.
#> [1] "a" "d" "d" "g" "a" "g" "n" "a" "l"