Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Paired End Read Distribution Width for Similar Bacteria

    Dear All,

    The consensus sequence I produce differs significantly based on the paired end distribution width I choose.

    My paired end distribution is bi-modal with a smaller wider peak at around 150 and a taller narrower peak around 350.

    Any ideas what paired end distribution width I should select for de novo assembly? I've asked the sequencing company for information regarding their insert size and my plan was to use this as a guide for selecting the PE width.

    I've heard that the narrower the width (focused around the mode) the more broken paired reads but the more differences may be detected between similar bacteria. While the wider the difference fewer broken reads but less precision. Is there any truth in this??

    Apologies for any misconceptions in advance.

    Best wishes lg36

  • #2
    Does your peaks overlap ?

    Usually assemblers will need an average and a standard deviation.
    The mode is usually near the average, but there is usually a tail on
    the right of the distribution.

    You can use Ray to estimate the paired end length distribution.

    Ray is a de novo assembler too.

    Then, you can process with these estimates.

    Command:
    Code:
    mpiexec -n 4 \
    Ray \
    -p file1R1.fastq file1R2.fastq \
    -p file2R1.fastq file2R2.fastq \
    -p file3R1.fastq file3R2.fastq \
    -o MyAssembly

    Then check MyAssembly/LibraryStatistics.txt and
    MyAssembly/Library0.txt MyAssembly/Library1.txt MyAssembly/Library2.txt


    This may be helpful.

    see http://denovoassembler.sf.net

    Is this a single-strain de novo assembly ?

    Or a mix of strains ?


    Originally posted by lg36 View Post
    Dear All,

    The consensus sequence I produce differs significantly based on the paired end distribution width I choose.

    My paired end distribution is bi-modal with a smaller wider peak at around 150 and a taller narrower peak around 350.

    Any ideas what paired end distribution width I should select for de novo assembly? I've asked the sequencing company for information regarding their insert size and my plan was to use this as a guide for selecting the PE width.

    I've heard that the narrower the width (focused around the mode) the more broken paired reads but the more differences may be detected between similar bacteria. While the wider the difference fewer broken reads but less precision. Is there any truth in this??

    Apologies for any misconceptions in advance.

    Best wishes lg36

    Comment


    • #3
      Thanks Seb that's helpful. My peaks do overlap in the sense that the frequency of the paired end reads does not drop to zero between the peaks. This is an assembly of a single bacteria. The median and mean would be somewhere between the peaks and the mode would just select the tallest of the peaks. I have heard that a bimodal distribution is sometimes evidence of problems with the library preparation but can also be evidence of broken paired end reads because of repetitive sequence. Any ideas?

      Comment


      • #4
        Originally posted by lg36 View Post
        Thanks Seb that's helpful. My peaks do overlap in the sense that the frequency of the paired end reads does not drop to zero between the peaks. This is an assembly of a single bacteria. The median and mean would be somewhere between the peaks and the mode would just select the tallest of the peaks. I have heard that a bimodal distribution is sometimes evidence of problems with the library preparation but can also be evidence of broken paired end reads because of repetitive sequence. Any ideas?
        I never saw bimodal distributions with the standard Illumina Nextera.

        I did saw bimodal distribution for very large inserts prepared by circularization. In these cases, the second lower peak is simply an expected contamination.

        But in your case, it is strange.

        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
        37 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-28-2025, 12:58 PM
        0 responses
        148 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-24-2025, 02:48 PM
        0 responses
        503 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-21-2025, 02:46 PM
        0 responses
        247 views
        0 likes
        Last Post seqadmin  
        Working...
        X