This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Assembly of wheat genome

Hey All, I am working on the DNA assembly of the wheat genome. I used the W2rap assembler, the assembly is done. But I dont know how to determine if my assembly is good or Not? I mean which criteria I should follow? Thanks in advance Mustafa

genome

If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.
Upvote|Bookmark|Accept

Thank you so much. I really appreciate your help guys. Mustafa

4 answers

Use QUAST and BUSCO to evaluate the assembly.

You might want to look into the latest Quast 5.0 which includes their new LG (large genome) module that you can combine with alignment against the public reference. @h.mon the St. Petersburg folks behind Spades and Quast etc. seem to have moved to a new website http://cab.spbu.ru/

New method, Assessing genome assembly quality using the LTR Assembly Index (LAI), Nucleic Acids Research

It seem to be interesting, thank for the ref.

Maybe you can compare that with the wheat ref from EMBL (ftp://ftp.ensemblgenomes.org/pub/plants/release-40/fasta/triticum_aestivum/dna/) ?

  1. Do the usual : N50, assemblathon like calculations
  2. BUSCO for evaluating completeness of gene models (+1 to @h.mon)
  3. Align against current reference : for the contigs that do not align, are they misassemblies or collapsed duplications or proper assembled parts that the current reference failed to assemble ? Important to document.
  4. Run a repeat finding program to identify percent repeats in the contigs and also locations - this will come in handy during further downstream analysis

Log in to answer this question.