de Bruijn graph constructed from a segment of DNA sequence. We used 5-mer dbg which means that the nodes are all the 4-mers (subsequences of length 4) and there is an edge between two nodes is a 5-mer which joins them. These very very useful in genome assembly. This is made using the NetworkxD3 package.