Small coding effect refactoring and fixes#39
Conversation
…oding_effect, changing alternate start codons in M
There was a problem hiding this comment.
this does not appear to take this argument
There was a problem hiding this comment.
From a quick reading of things like 10.1126/science.1224439 and 10.1126/science.1220270 , it seems like CUG start codons will truly translate as L, whereas other cryptic start codons may initiate translation by mis-pairing with methionine tRNA's, so should be translated as M. Does that fit with what you've seen?
If that's true, it seems like this is the wrong behavior for CUG start codons (i.e. they should be left as L). Seems reasonable to also leave this as a TODO, though.
There was a problem hiding this comment.
It's unclear to me what to do with CUG since some papers also show it coding for methionine.
There was a problem hiding this comment.
Also:
...ACG, CUG, AUU, AUC, and AUA can all initiate protein synthesis to various degrees in vivo and in vitro (39). These mutant initiation codons differ from AUG by a single nucleotide. Because they use the wild-type initiator tRNA for initiation, protein synthesis in all of these cases is initiated with methionine
(http://mcb.asm.org/content/18/9/5140.full)
I think finding that CUG can initiate in vivo with a Leucine is novel but I don't know where it fits in relative to CUG methionine starts (which is more common or likely?)
|
Modulo comments LGTM |
Small coding effect refactoring and fixes
AlternateStartCodoneffect for changes like c.1ATG>TTGtranslatefunction incoding_effect