Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Assembly using Euler Tour

    Hello,
    I am working on "DNA sequence assembly using Euler tour" problem. The algorithms that use euler tour technique generally involve 4 steps:
    1. K-mer extractions.
    2. De-bruijn graph construction.
    3. Euler tour construction.
    4. Contig Generation.

    I understood till step-2. But the problem is, the graph that is formed using k-mers is not balanced and to find euler tour the graph should be balanced (each vertices in-degree = out-degree). I am not able to understand how the algorithms construct a euler tour when the graph is not balance. Also, the output of a assembler is a set of contigs, How these set of contigs are generated from a single de bruijn graph. How we are getting contigs from euler tour. Please Help.

  • #2
    This thread has some interesting links: http://seqanswers.com/forums/showthread.php?t=21573

    Comment


    • #3
      Finding the Euler tour is only of theoretical interest but of little practical use. So far as I know, most main-stream assemblers do not attempt to find an Eulerian circuit. They just concatenate nodes/edges whose in- and out-degree are both 1. The concatenated segments are contigs. An Eulerian tour gives you the entire genome, in theory, not contigs.

      If you just think a pure theoretical problem, on a de Bruijn graph, you would like to solve a Chinese postman problem, a generalized Eulerian problem. Actually a more proper way is to determine the traversal counts of each edge. There are other theoretical papers on these problems.

      Comment


      • #4
        Thanks a lot for your replies.....

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Investigating the Gut Microbiome Through Diet and Spatial Biology
          by seqadmin




          The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
          02-24-2025, 06:31 AM
        • seqadmin
          Quality Control Essentials for Next-Generation Sequencing Workflows
          by seqadmin




          Like all molecular biology applications, next-generation sequencing (NGS) workflows require diligent quality control (QC) measures to ensure accurate and reproducible results. Proper QC begins at nucleic acid extraction and continues all the way through to data analysis. This article outlines the key QC steps in an NGS workflow, along with the commonly used tools and techniques.

          Nucleic Acid Quality Control
          Preparing for NGS starts with isolating the...
          02-10-2025, 01:58 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 03-03-2025, 01:15 PM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-28-2025, 12:58 PM
        0 responses
        124 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-24-2025, 02:48 PM
        0 responses
        485 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-21-2025, 02:46 PM
        0 responses
        241 views
        0 likes
        Last Post seqadmin  
        Working...
        X