Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manore
    Member
    • Jun 2011
    • 19

    #1

    Bowtie2 insert size=0

    Hi,
    I used dwgsim to create simulated read pairs.
    Then, I aligned these read pairs to the reference genome with Bowtie2.
    I obtained 5063956 reads pairs with insert size =0
    Code:
    samtools view file.bam | awk '{ if ( $9 ==0){print $0;} }' | wc -l
    5063956

    What does it means?

    IGV uses color coding to flag anomalous insert sizes. When I look these read pairs with insert size=0, it appear in grey. In IGV grey is for inserts that are like than expected.


    This the flagstat result (file.bam):
    10022022 + 0 in total (QC-passed reads + QC-failed reads)
    0 + 0 duplicates
    9979404 + 0 mapped (99.57%:-nan%)
    10022022 + 0 paired in sequencing
    5011011 + 0 read1
    5011011 + 0 read2
    4958066 + 0 properly paired (49.47%:-nan%)
    8789364 + 0 with itself and mate mapped
    1190040 + 0 singletons (11.87%:-nan%)
    0 + 0 with mate mapped to a different chr
    0 + 0 with mate mapped to a different chr (mapQ>=5)

    This is the results I obtain according to the insert size column (file.bam):
    Mapped in correct orientation and within insert size (i.e properly paired) : 4958066
    Mapped uniquely but wrong insert size : 3831298
    Both unmapped : 38188
    One of the mate is unmapped : 1194470
    Mapped within the insert size but wrong orientation: 0


    I notice that 3831298+38188+1194470=5063956, it correspond reads pairs with insert size =zero

    Someone can help me?
  • westerman
    Rick Westerman
    • Jun 2008
    • 1104

    #2
    So ... what is your question? You answered why you came up with 5063956 zero insert size reads -- they correspond to reads that (a) Mapped uniquely but wrong insert size, (b)Both unmapped or (c) One of the mate is unmapped. Are you expecting a different value than 0 in that insert size field? The sam/bam manual says:

    TLEN: signed observed Template LENgth. If all segments are mapped to the same reference, the
    unsigned observed template length equals the number of bases from the leftmost mapped base
    to the rightmost mapped base. The leftmost segment has a plus sign and the rightmost has a
    minus sign. The sign of segments in the middle is undefined. It is set as 0 for single-segment
    template or when the information is unavailable.

    Comment

    • manore
      Member
      • Jun 2011
      • 19

      #3
      Thanks for your response. My question was, is it possible to have read pairs with insert size=0? and how it is possible.
      The insert size expected is about 560 pb.

      *****
      According to the sam/bam manual "It is set as 0 for single-segment template or when the information is unavailable." So it would like to say that for a couple of reads, insert size can be zero because one read mapp and the other not (i.e One of the mate is unmapped) or because the information is unavailable.

      According to my analyse, zero insert size reads corresponds to reads that (a) Mapped uniquely but wrong insert size, (b)Both unmapped AND (c) One of the mate is unmapped.

      It's actually not clear to me how to interpret such a situation and why Bowtie2 produces this kind of paired alignments

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 10:35 AM
      0 responses
      3 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      23 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      40 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-31-2026, 02:55 AM
      0 responses
      46 views
      0 reactions
      Last Post SEQadmin2  
      Working...