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
          Advancing Precision Medicine for Rare Diseases in Children
          by seqadmin




          Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
          12-16-2024, 07:57 AM
        • seqadmin
          Recent Advances in Sequencing Technologies
          by seqadmin



          Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

          Long-Read Sequencing
          Long-read sequencing has seen remarkable advancements,...
          12-02-2024, 01:49 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 12-17-2024, 10:28 AM
        0 responses
        27 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-13-2024, 08:24 AM
        0 responses
        43 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-12-2024, 07:41 AM
        0 responses
        29 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-11-2024, 07:45 AM
        0 responses
        42 views
        0 likes
        Last Post seqadmin  
        Working...
        X