Circular deBuijn Graph
1
0
Entering edit mode
15 months ago
Nat • 0

Happy New Year! I'm struggling to understand how in this example they can determine the starting/ending of the sequence when the deBuijn graph ends up being circular. For example, how do you know the sequence is ATGCTAGCAC vs TGCTAGCACA? Can you differentiate this from a circular deBuijn graph? Thanks!

deBuijn graph

deBujin concept assembly • 547 views
ADD COMMENT
2
Entering edit mode
15 months ago
dsull ★ 5.8k

No, you can't differentiate. A DBG can have multiple Eulerian paths that are consistent with it (aka multiple assemblies are possible with the above graph). Longer k-mers alleviate this problem somewhat.

For assembly, you look at contigs since those stretches at least are unambiguous.

ADD COMMENT

Login before adding your answer.

Traffic: 1471 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6