Entering edit mode
2.4 years ago
usr2
▴
10
I am translating a DNA sequence containing Ns with biopython Seq(seq).translate(). Biopython assigns an X to de translated sequence whenever the codon is ambiguous, but I would like to capture which aa's are possible given the codon context of the N, instead of X, that represents all possibilities. Do you know about any tool or way to do this?
many thanks
Can you provide some examples of the desired translations?
In SEDA we have also implemented a translate operation (https://www.sing-group.org/seda/manual/operations.html#translate) but I am not sure if it can do what you want. We can implement it if it is interesting.