# NOT RUN {
#previously called
ex_data = DNAseq(example_nt_string, name = 'ex1')
ex_data = frame(ex_data)
ex_data = adjust(ex_data)
#run the aa check on the adjusted sequences
ex_data = aa_check(ex_data)
ex_data$aaSeq #view the amino acid sequence
ex_data$stop_codons # Boolean indicating if stop codons in the amino acid sequence
# }
Run the code above in your browser using DataLab