Whole exome sequencing de novo assembly
1
0
Entering edit mode
9.0 years ago

Hi,

I'm currently working on whole exome data and I wanted to know if it's better to map the reads against a reference genome directly. Or is it better to first make a de novo assembly which will give me hopefully a number of contig corresponding to the number of sequenced exon (~200,000) and then map those contigs against the reference genome?

What do you think? Could it possibly improve the final mapping?

If yes which de novo assembly tool would you recommend me?

Thanks

sequencing exome de novo mapping Assembly • 2.6k views
ADD COMMENT
2
Entering edit mode

It is generally better to align the reads to the reference genome unless you don't have the reference genome available to you. The de novo assembly is rather complicated and might take more time and computation power in order to get the required output. So if I were you, I will definitely prefer aligning my reads to the reference genome rather than performing the de-novo assembly

ADD REPLY
2
Entering edit mode
9.0 years ago
iraun 6.2k

De-novo assembly is a very complicated process and most probably you would not get a "reference exome", due to the presence of contaminations , sequencing errors, low complexity regions, transposons...etc. De-novo assembly is mostly recommended when a reference genome is not available.

You should first map your reads against the reference genome, and then you can extract those reads mapped against exons using bedtools or something similar.

Hope it helps.

ADD COMMENT

Login before adding your answer.

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