Should I perform an error correction for an assembly ?
2
1
Entering edit mode
7.5 years ago
Picasa ▴ 640

Hi,

In order to get an assembly, I use Trimmomatic for bad quality and adapters trimming.

My question is, should I do an error correction for my data ?

1) If yes, before or after Trimmomatic.

2) I know only ErrorCorrectReads.pl from ALLPATHS-lg (http://software.broadinstitute.org/allpaths-lg/blog/?p=559). Can you recommend an other good one ?

edit: my data are illumina PE and MP.

Assembly error • 3.5k views
ADD COMMENT
2
Entering edit mode

yes you should do after trimming

Tools: EC: an efficient error correction algorithm for short reads
QuorUM: An Error Corrector for Illumina Reads.

ADD REPLY
0
Entering edit mode

why you tend to do error correction?!

ADD REPLY
0
Entering edit mode

You know, correct errors so you don't have errors in your assembly. It's not that weird.

ADD REPLY
0
Entering edit mode

Yes, I knew your mean. However, I didn't see this correction as a general part of an analysis in the published papers (maybe I'm wrong). So, I wanted to know is there any specific reason for it?

ADD REPLY
0
Entering edit mode

there is some workflow that implement this idea also some tools like jabba "tool to correct PacBio read using short read" implement other tools that first correct the short reads it self

ADD REPLY
0
Entering edit mode

What type of data are you using?

ADD REPLY
0
Entering edit mode

Illumina PE and nextera MP

ADD REPLY
5
Entering edit mode
7.5 years ago
Rohit ★ 1.5k

Usually error correction is to be done after adaptor trimming. If you perform error correction you need not trim ends for low quality bases as the error correction doesn't change base-quality values but changes the read-bases only.

Error correction is definitely recommended for denovo assembly when you work with illumina data. Since you have PE-reads, you would be going for de-bruijin assemblers which would create kmer overlaps based on the read data. If there are kmer errors you either create a misassembly or no assembly based on the assembly parameters specifying the kmer coverage.

I have used Musket before, which worked like a charm on my data at-least.

https://sourceforge.net/projects/musket/

bbnorm also performs error correction -

https://sourceforge.net/projects/bbmap/

ADD COMMENT
4
Entering edit mode
7.5 years ago
lh3 33k

For a main-stream assembler nowadays, if it needs error correction, it will come with an error corrector it prefers. For example, spades comes with hammer. SGA/allpaths-lg use their own correctors. Long-read assemblers pack falcon_sense etc by default. I would recommend to just use the error corrector the assembler recommends. Sometimes, the overall best error corrector does not necessarily deliver the best assembly because tools all make trade off here and there; the right combination is often more important.

ADD COMMENT

Login before adding your answer.

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