
n2l(seq, seq_type)
numeric
vector representing single sequence.rna
, dna
or prot
.numeric
vector containing converted elements.n2l
is based on degenerate
the opposite of
l2n
.sample_seq <- c(1, 3, 3, 6, 1, 6, 12, 1, 10)
n2l(sample_seq, "prot")
Run the code above in your browser using DataLab