Nucleotide to amino acid sequence translation
bunch_translate(.seq, .two.way = TRUE, .ignore.n = FALSE)
Vector or list of strings.
Logical. If TRUE (default) then translate from the both ends (like MIXCR).
Logical. If FALSE (default) then return NA for sequences that have N, else parse triplets with N as ~
Character vector of translated input sequences.