Replies: 2 comments
|
Neither N50, nor # of contigs or the length of largest contig is the "quality of assembly" (especially for metagenomes). It's very easy to obtainer longer contigs that contain many problems. So you'd need to analyze your data further on to decide. |
0 replies
|
I see. I will analyze further and see how the differences are reflected in the two assemblies. Thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I assembled pair-end metagenomic reads via spades. I used two sets of k-mers to evaluate the assembly quality. The raw reads were 250bp long.
Assembly-1 with k-mers- 21,33,55,77
Aseembly-2 with k-mers- 21,33,55,77,99,127
Here is the Metaquast statistics:
My confusion is, from these statistics which is the better-looking assembly?. Though from N-50 Assembly-1 looks better, it has less number of contigs than assembly 2. Also, the largest contig in Assembly-1 is smaller than that of Assembly-2. Or do I need to find the orf's, annotate, and then compare the results? (which will take some time as I have many reads)
All reactions