Assembling genomes: Transforming Read-Pairs to Long Virtual Reads
Let’s see the transformation of read-pairs to long virtual reads and the construction of de Bruijn graphs from those long virtual reads.
We'll cover the following...
Constructing de Bruijn graph from long reads
Let Reads be the collection of all k-mer reads taken from N read-pairs. Note that a read-pair formed by k-mer reads Read ...