Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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?

  • #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


    • #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

      • seqadmin
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        05-06-2024, 07:48 AM
      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 06:35 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 02:46 PM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      17 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Working...
      X