Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Science Hardware

Scientists Can Now Assemble Entire Genomes On Their Personal Computers In Minutes (phys.org) 44

Researchers have developed a technique for reconstructing whole genomes, including the human genome, on a personal computer. "This technique is about a hundred times faster than current state-of-the-art approaches and uses one-fifth the resources," reports Phys.Org. From the report: The study, published September 14 in the journal Cell Systems, allows for a more compact representation of genome data inspired by the way in which words, rather than letters, offer condensed building blocks for language models. [...] To approach genome assembly more efficiently than current techniques, which involve making pairwise comparisons between all possible pairs of reads, [researchers] turned to language models. Building from the concept of a de Bruijn graph, a simple, efficient data structure used for genome assembly, the researchers developed a minimizer-space de Bruin graph (mdBG), which uses short sequences of nucleotides called minimizers instead of single nucleotides. "Our minimizer-space de Bruijn graphs store only a small fraction of the total nucleotides, while preserving the overall genome structure, enabling them to be orders of magnitude more efficient than classical de Bruijn graphs," says [one of the researchers].

The researchers applied their method to assemble real HiFi data (which has almost perfect single-molecule read accuracy) for Drosophila melanogaster fruit flies, as well as human genome data provided by Pacific Biosciences (PacBio). When they evaluated the resulting genomes, [researchers] found that their mdBG-based software required about 33 times less time and 8 times less random-access memory (RAM) computing hardware than other genome assemblers. Their software performed genome assembly for the HiFi human data 81 times faster with 18 times less memory usage than the Peregrine assembler and 338 times faster with 19 times less memory usage than the hifiasm assembler. Next, [researchers] used their method to construct an index for a collection of 661,406 bacterial genomes, the largest collection of its kind to date. They found that the novel technique could search the entire collection for antimicrobial resistance genes in 13 minutes -- a process that took 7 hours using standard sequence alignment.

This discussion has been archived. No new comments can be posted.

Scientists Can Now Assemble Entire Genomes On Their Personal Computers In Minutes

Comments Filter:
  • by Beeftopia ( 1846720 ) on Tuesday September 14, 2021 @10:57PM (#61797573)

    What's really amazing is how boolean algebra, the language of the gates in the CPU, can support all of these abstractions and algorithms.

    Trees, graphs, linked lists, stacks, queues, insertion sorts, relational algebra, matrix operations, to whatever this is, all expressed as boolean algebra. Amazing.

    Abstractions on top of abstractions. Yet somehow it retains, manipulates and produces information. Freaky.

    • Well, it would be freakier if it couldn't.

    • by Anonymous Coward

      Yeah, next thing you know we'll be injecting lightning into rocks and teaching them to think.

    • by Dusanyu ( 675778 )
      reading the Paper the speed it can be done at rather modest specs is stunning. for example they list "A human genome is assembled in under 10 min using 8 cores and 10 GB RAM, and 60 Gbp of metagenome reads are assembled in 4 min using 1 GB RAM" you can find used HP Z600 workstations that meat these specs for less than $200 on ebay. to thing that this work can be done on the cheep now is just mind boggling.
    • Tt is ones and zeros all the way down.
  • by Tulsa_Time ( 2430696 ) on Tuesday September 14, 2021 @11:11PM (#61797591)

    what the Great Filter is...

  • Does it mean we're closer to real-life cute catgirls now?

  • If you have any children who are feeling pressured to learn computer programming, this story is a reminder that programming is becoming archaic. Like the Industrial Revolution, the Golden Age of Digital Computing, software and the internet is over. They are in maintenance mode. There is some activity in development of new energy sources and managing climate, but that doesn't promise great opportunities.

    The future is biology, which is right now beginning an explosion of new discoveries and making a real and

  • Here I thought that someone must have ditched their crappy javascript implementation for a proper binary built for the native system.

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...