by deesep on 2/26/23, 11:32 AM with 35 comments
by photochemsyn on 2/26/23, 3:58 PM
https://news.ycombinator.com/item?id=33680493
https://www.science.org/doi/10.1126/sciadv.abq3925
It's likely life had 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.
[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))) ]
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.
Of course, that's the claim here, that of these two branches, one was more impacted by cosmic rays than the other. ???
by Aardwolf on 2/26/23, 2:59 PM
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.
by phyzome on 2/26/23, 2:34 PM
I don't think this weighs very heavily against the random symmetry-breaking hypothesis.
by bmitc on 2/26/23, 2:31 PM
by platz on 2/26/23, 1:32 PM
by supernova87a on 2/26/23, 6:01 PM
by jacknews on 2/27/23, 1:38 AM
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.
All just a hunch and IMHO of course.
by dang on 2/26/23, 7:46 PM
Cosmic Rays May Explain Life’s Bias for Right-Handed DNA - https://news.ycombinator.com/item?id=23688535 - June 2020 (56 comments)
by __MatrixMan__ on 2/26/23, 3:45 PM
My knowledge of the standard model isn't good enough to be able to puzzle it out.
by tough on 2/26/23, 2:39 PM
by garbagecoder on 2/26/23, 6:05 PM