bunch_translate | R Documentation |
Nucleotide to amino acid sequence translation
bunch_translate(.seq, .two.way = TRUE, .ignore.n = FALSE)
.seq |
Vector or list of strings. |
.two.way |
Logical. If TRUE (default) then translate from the both ends (like MIXCR). |
.ignore.n |
Logical. If FALSE (default) then return NA for sequences that have N, else parse triplets with N as ~ |
Character vector of translated input sequences.
data(immdata)
head(bunch_translate(immdata$data[[1]]$CDR3.nt))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.