Genetic repair via CRISPR can inadvertently introduce other defects
Researchers at the University of Zurich found that while CRISPR can correct genetic defects, it may also introduce new issues, highlighting the need for caution and further research in gene-editing safety.
Read original articleResearchers from the University of Zurich have found that while CRISPR technology shows promise in correcting genetic defects, it can also inadvertently introduce new genetic issues. Their study, published in Communications Biology, focused on chronic granulomatous disease, a rare hereditary condition caused by a mutation in the NCF1 gene. The team successfully used CRISPR to insert missing DNA bases in immune cells affected by this mutation. However, they observed that some repaired cells developed new defects, including the loss of entire chromosome sections. This occurs because the NCF1 gene exists in multiple forms on the chromosome, and CRISPR's inability to distinguish between these forms can lead to unintended cuts at various locations. The researchers emphasized the need for caution in clinical applications of CRISPR, as these unintended changes could have serious medical consequences, including the potential development of leukemia. They explored alternative methods to reduce these risks, but none completely eliminated the side effects. The study highlights both the potential and challenges of CRISPR-based therapies, indicating that further advancements are necessary to enhance the safety and effectiveness of gene-editing techniques.
- CRISPR can correct genetic defects but may also introduce new ones.
- The study focused on chronic granulomatous disease caused by mutations in the NCF1 gene.
- Unintended genetic changes can occur due to CRISPR's inability to differentiate between gene forms.
- Caution is advised in clinical applications of CRISPR technology.
- Further research is needed to improve the safety of gene-editing methods.
Related
New technique opens the door to large-scale DNA editing to cure diseases
Researchers have described a new genetic editing mechanism using jumping genes to insert DNA sequences accurately. This system shows promise in overcoming CRISPR limitations, with 94% accuracy and 60% efficiency in bacteria. Optimizations are needed for mammalian cell use.
Trying to outrun her disease, researcher creates powerful epigenetic editor
A powerful epigenetic editor developed by researchers at the Broad Institute aims to combat prion disease, a rare neurodegenerative condition. The tool utilizes CRISPR gene editing to potentially treat this fatal disease.
The Ultra-Selfish Gene
CRISPR/Cas9 technology allows precise genetic modifications and gene drives to potentially eradicate malaria-carrying mosquitoes, but raises ethical concerns about ecological impacts and the need for monitoring and reversal drives.
Princeton Researchers Have Discovered a New Method to Reshape the Fabric of Life
Princeton researchers developed a light-based method to manipulate DNA, enabling precise chromosome repositioning and influencing gene expression, potentially aiding in treatments for diseases like cancer without altering DNA sequences.
Jennifer Doudna on the Brave New World Being Ushered in by Gene Editing
Jennifer Doudna discusses CRISPR-Cas9's transformative potential in gene editing, its applications in agriculture and medicine, ethical concerns, and the importance of public discourse on its implications for society.
CRISPR is amazing, but it's still a fairly blunt tool. The article talks about one way: guide RNA can often bind to sequences that are very similar to the intended sequence, but not exactly, meaning it's probable that for every intended cut you're making several unintended ones. The "scissor" action itself, Cas9 protein, is less like a scissor cut and more like a jagged tear, which can damage surrounding DNA.
The repair pathways themselves are also imperfect. It's not a copy/paste like infographics show, it's more like emergency duct taping broken ends together.
All of that stuff combined...Again, amazing technology, but I get extremely nervous when I hear people talk about introducing CRISPR-based gene editing into the human gene pool. The generational effects there are still entirely unpredictable at this stage, could be disastrous, and any actual paths to trying to roll things back would be deeply ethically fraught.
function foo() { return a*2.1^2+0.52/2 }
So you do a find-all regex "1.*5" and delete all matching occurrences (à la CRISPER) to get: function foo() { return a*2.2/2 }
But unbeknownst to you, the code is littered with a bunch of commented out versions of the same function you're trying to edit: /* function foo() { return a*1.5/2.1 } */
/* function foo() { return a*1.95/2.4 } */
And now those commented out versions now become: /* function foo() { return a*/2.1 } */
/* function foo() { return a*/2.4 } */
And now the whole program doesn't compile anymore--or your patients get Leukemia. Oops.For now, I think targeting RNA as an intermediate solution is the right approach.
If we want to take the computer code analogy, CRISPR is not vim/emacs/nano/ect., it is sed -i 's///g' with greedy options on.
The 'g' option is what got the researchers here. I hypothesize that a future problem will be CRISPR targeting previous CRISPR edits since the targets are relatively conserved.
The problem here is not that unanticipated outcomes arose from our intended fix.
The problem that the exact edit we planned isn't happening in the first place, because the search-replace tools aren't yet specific and reliable enough.
Who would have expected that?
I would personally love to get a gene theraphy for an inherited auto-immune disease, but mankind just doesn't have 'the full picture' - yet. So i'll stick with known treatments.
CRISPR is revolutionary technology. Any side effects of its use require evolutionary improvements. The two are not the same.
With the decades of experience we have dealing with code and information, as well as the arrival of AI, I wish that people would stop obsessing about the difficulty of solving problems. The difficulty is gone. All problems are solvable now, it's just a matter of time, effort, and a tiny fraction of the money that used to be required.
But FUD seems to dominate these discussions. That's probably my biggest disappointment with, say, the rich and powerful who gatekeep funding and the media. It's even easier for them to solve these problems, or encourage healthy debate. But they seem to go out of their way to do the opposite. Like, if it weren't for wealth inequality, we could have been working on this stuff, and found the answers potentially years ago. I'll just never understand the so-called realists and how they hold us back in these times out of fear, which leads to false equivalence and generalization.
Related
New technique opens the door to large-scale DNA editing to cure diseases
Researchers have described a new genetic editing mechanism using jumping genes to insert DNA sequences accurately. This system shows promise in overcoming CRISPR limitations, with 94% accuracy and 60% efficiency in bacteria. Optimizations are needed for mammalian cell use.
Trying to outrun her disease, researcher creates powerful epigenetic editor
A powerful epigenetic editor developed by researchers at the Broad Institute aims to combat prion disease, a rare neurodegenerative condition. The tool utilizes CRISPR gene editing to potentially treat this fatal disease.
The Ultra-Selfish Gene
CRISPR/Cas9 technology allows precise genetic modifications and gene drives to potentially eradicate malaria-carrying mosquitoes, but raises ethical concerns about ecological impacts and the need for monitoring and reversal drives.
Princeton Researchers Have Discovered a New Method to Reshape the Fabric of Life
Princeton researchers developed a light-based method to manipulate DNA, enabling precise chromosome repositioning and influencing gene expression, potentially aiding in treatments for diseases like cancer without altering DNA sequences.
Jennifer Doudna on the Brave New World Being Ushered in by Gene Editing
Jennifer Doudna discusses CRISPR-Cas9's transformative potential in gene editing, its applications in agriculture and medicine, ethical concerns, and the importance of public discourse on its implications for society.