Learn R Programming

immunarch (version 0.6.4)

bunch_translate: Nucleotide to amino acid sequence translation

Description

Nucleotide to amino acid sequence translation

Usage

bunch_translate(.seq, .two.way = TRUE)

Arguments

.seq

Vector or list of strings.

.two.way

Logical. If TRUE (default) then translate from the both ends (like MIXCR).

Value

Character vector of translated input sequences.

Examples

Run this code
# NOT RUN {
data(immdata)
head(bunch_translate(immdata$data[[1]]$CDR3.nt))
# }

Run the code above in your browser using DataLab