# Translate a single sequence
translateDNA("ACTGACTCGA")
# Translate a vector of sequences
translateDNA(ExampleDb$junction[1:3])
# Remove the first and last codon from the translation
translateDNA(ExampleDb$junction[1:3], trim=TRUE)
Run the code above in your browser using DataLab