pré-assembly step in DeBruijn Graph
1
0
Entering edit mode
9.6 years ago
midox ▴ 290

hello friends,

I need to know is that in the assembly with Berjuin Graph there is a pre-assembly step (reads low filtering, cleaning reads, ...) or the pre-assembly step is done after construction of the graph of Berjuin?

Thank you for your reply

deBruijnGraph Assembly • 1.5k views
ADD COMMENT
2
Entering edit mode
9.6 years ago
Renesh ★ 2.2k

The de Bruijn graphs is a algorithm involved in constructing the continuous sequences. This algorithm used by most of the assembly tool as it is efficient for handling large number of reads (eg. Trinity).

Before performing assembly, you have to filter your sequence data for various contamination such as adapters, low quality bases and uncalled bases (N). This will help to reduce the number of low quality sequences and will give good assembled sequences.

ADD COMMENT
0
Entering edit mode

OK, thank you for your answer.
Thus it is necessary to make a phase of pre-assembly before using the DeBruijn Graph??

ADD REPLY
0
Entering edit mode

Yes. Because your reads may have low quality bases and adapters contamination. This may create problem in forming overlap of k-mer by DeBruijn Graph.

ADD REPLY

Login before adding your answer.

Traffic: 1156 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