A genome is a single text billions of letters long — but no machine can read it straight through. Sequencers instead chop many copies into millions of short reads and hand you the shuffled pile. Your job: glue them back into the original, using the fact that reads from nearby places overlap.
It's exactly like reassembling a shredded document, or a jigsaw with no picture on the box. Where two fragments share an overlapping edge, you can join them. Do it enough and the original emerges.
That's genome assembly, and the trap is hiding in plain sight: genomes are full of repeats — the same stretch appearing many times. A repeated region looks like it could connect to several places, and suddenly the puzzle has multiple plausible solutions. That ambiguity is what makes assembly, formally, NP-hard.
Comments
Loading comments...