Note the recently discovered Winchcombe meteorite had equal amounts of L- and R- amino acids, suggesting that non-biological processes produce both at the same rate, which is perhaps not what you'd expect if these cosmic ray or other physical processes were influencing L- vs R- handed molecule production/breakdown rates.<p><a href="https://news.ycombinator.com/item?id=33680493" rel="nofollow">https://news.ycombinator.com/item?id=33680493</a><p><a href="https://www.science.org/doi/10.1126/sciadv.abq3925" rel="nofollow">https://www.science.org/doi/10.1126/sciadv.abq3925</a><p>It's likely life <i>had</i> to choose one or the other early on; imagine the mess it would be if you tried to build proteins or nucleic acids with a random assortment of left and right handed molecules, it'd be hard to get consistent structures. You'd have to have specific codons, the three-letter gene sequences that convert the 4-letter DNA code to the amino-acid code (22 for terrestrial life), for each handed version of the amino acids, so you'd need 44 different codons (out of 63 possible 3-letter combinations of ATCG) for the complete set, with no [little] overlap.<p>[edit: it's 64, not 63! Today's life uses 61 for amino acids and 3 are reserved as stop signals. To get the full set in Python:
set(list(itertools.permutations('AAATTTCCCGGG', 3)))
]<p>I'd guess the early self-replicating systems (likely something like a RNA-protein ribosome complex capabale of self-replication using abiotically produced amino and nucleic acids) were only able to consistently replicate if they only used one enantiomer consistently, and it was just a roll of the die as to which one they settled on. There might even have been mixed populations of L-handed and R-handled life at the beginning, with only one branch surviving.<p>Of course, that's the claim here, that of these two branches, one was more impacted by cosmic rays than the other. ???
The only thing that actually showed something asymmetric was, afaik, the image showing cosmic rays coming towards you with a certain magnetic polarization of muons. So if cosmic rays themselves would have had the other polarity (coming with N towards you and S away from you), then instead left handed would have been more advantageous? But, then, what's the reason why we don't have any cosmic rays with inverted polarization?<p>Also, I think that even if the cosmic rays were not an issue and there was no advantage between left and right, only one of them would eventually survive: if there were both lifeforms with the left and the right orientation, they'd be competing for the same resources (while only being able to mutate/copy/evolve within their own type). Eventually one branch is bound to die out while the other remains, even if due to sheer luck rather than large advantage, and from then on the opposite orientation can't really appear/evolve anymore since it can't compete against the existing much more complex life for those resources.
You could just as well say that the cosmic ray pions are more likely to <i>destroy</i> right-handed DNA, which would have the opposite effect. And I don't think essential mutations were particularly hard to come by in the primordial soup. UV light works fine, as do many, many chemicals. Or just more-primitive copying machinery.<p>I don't think this weighs very heavily against the random symmetry-breaking hypothesis.
The article never explains why right-handed polarization knocks electrons off right-handed helixes more often than left-handed ones. What's the mechanism there?
Is it me, or does the actual referenced ApJL paper, while having all the trappings of a scientific argument and an almost diarrheal collection of assorted physics references, basically boil down to a very extensively wrapped plausibility argument?
It's interesting, but I don't think it answers the question.<p>I believe life probably started as an autocatalytic set of chemicals which then 'discovered' they could use rna as a backbone/memory. So the reason for the chirality is at a lower level than discussed here.<p>All just a hunch and IMHO of course.
Discussed at the time:<p><i>Cosmic Rays May Explain Life’s Bias for Right-Handed DNA</i> - <a href="https://news.ycombinator.com/item?id=23688535" rel="nofollow">https://news.ycombinator.com/item?id=23688535</a> - June 2020 (56 comments)
Would this affect be the same in both hemispheres? Or would only one side get that handedness bias?<p>My knowledge of the standard model isn't good enough to be able to puzzle it out.