Hey everyone!
It’s been 7 years since I first kicked off a discussion (Where and how NGS techniques are heading for the next 5 years?) on where next-generation sequencing (NGS) techniques were heading. Time flies! So, I thought it would be great to revisit this topic and explore how much has changed—and what’s on the horizon for the next 5 years.
Looking Back: From the rise of Oxford Nanopore to the advancements in other sequencing technologies, what have been the standout developments in the past few years? How have these changes impacted research and clinical applications?
Looking Forward: What do you think the future holds for sequencing methods? Are there any emerging technologies or innovative approaches that you think will reshape the field?
Computational Methods: On the computational side, how have programming languages and analysis tools evolved? While Python, R, and Shell are still popular, what new languages or frameworks should we keep an eye on? Any tips for budding bioinformaticians on what to learn next?
Let’s share our insights, experiences, and predictions! Feel free to keep it light—perhaps share a funny anecdote or an unexpected twist from your work with NGS.
Looking forward to hearing everyone’s thoughts!
I agree with most of this, but I'm not sure about
rust
being apython
competitor. I'm not sure they serve the same functions - unless python vs perl, where both were very much designed as high-level scripting and prototyping lanuages, where easy and speed of development was more important that performance.I hope that single-cell doesn't become universal - its just entirely unnecessary in most cases. But I fear that people will do it anyway, just because its trendy.
As for the commoditisation of sequencing - I absolutely agree. The lastest quote I have for RNAseq is £85 a sample. For comparison, this is less than the cost of 2 boxes of gloves and a box of tips.
rust
was not designed to be a competitor topython
, it was designed as a competitor toC
andC++
-rust
integrates really well withpython
and is becoming a platform of choice instead ofC
when it comes to developing high speed modules forpython
, see for examplepolars
https://docs.pola.rs/api/python/stable/reference/index.html