I want to use extractTranscriptSeqs to extract the CDS sequence corresponding to SNP and get the corresponding protein sequence, and the following is my code:
I found that if I do this, the final sequence will have many non-bases, such as "R", "W", "S", etc. I don't understand what kind of information these letters represent? How should I modify the code if I want to use the translate function of Biostrings?
Hi,
I want to use extractTranscriptSeqs to extract the CDS sequence corresponding to SNP and get the corresponding protein sequence, and the following is my code:
I found that if I do this, the final sequence will have many non-bases, such as "R", "W", "S", etc. I don't understand what kind of information these letters represent? How should I modify the code if I want to use the translate function of Biostrings?
Thanks, LeeLee