Entering edit mode
5.7 years ago
khatami.mahshid
▴
30
Hi all, I wanted to use function translate() in R to translate a DNA to a protein. what I wrote is this :
DNA <- DNAString(dna_temp)
protein <- translate(DNA)
but in this code start codon is not defined, so it will start from the first letter and doesn't check if it is start codon or not. what should I do for checking this?
Thanks
Please provide minimal dataset for reproducibility please.