Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • runnerBio88
    Member
    • Oct 2015
    • 10

    #1

    SAM output from bowtie2

    Hi

    I have some data from RNAseq which I'm going to map using tophat, but because I don't know the inner mate distance I'm mapping using bowtie2 to get to know this inner distance between reads (I took a subset of 25000 reads from the original data).

    The problem I'm having is related to the output, I find it little bit weird and I can't find the column with the inner mate distance (which should be the number 9). And by the way, I'm new into this data.

    This is the bowtie2 line:
    Code:
    bowtie2 --sensitive  -x /local/Reference/Homo_sapiens/UCSC/hg19/Sequence/Bowtie2Index/genome -1 Panc042_PDAC_PRITUM_Px00__raw_RNAseq_R1_SUBSET25000.fastq  -2 Panc042_PDAC_PRITUM_Px00__raw_RNAseq_R2_SUBSET25000.fastq -S bowtie2_subset/Pan042_PDCA_PRITUM_Px00_raw_RNAseq_subset.sam &> bowtie2_subset/log_bowtie2.txt
    Log
    Code:
    25000 reads; of these:
      25000 (100.00%) were paired; of these:
        7297 (29.19%) aligned concordantly 0 times
        12786 (51.14%) aligned concordantly exactly 1 time
        4917 (19.67%) aligned concordantly >1 times
        ----
        7297 pairs aligned concordantly 0 times; of these:
          2039 (27.94%) aligned discordantly 1 time
        ----
        5258 pairs aligned 0 times concordantly or discordantly; of these:
          10516 mates make up the pairs; of these:
            5801 (55.16%) aligned 0 times
            3773 (35.88%) aligned exactly 1 time
            942 (8.96%) aligned >1 times
    88.40% overall alignment rate
    First two lanes of sam file

    Code:
    HWI-ST1391:130419:D22RGACXX:4:1101:1389:2058    83      chr7    115578630       42      75M     =       115578540       -165    GATACAAGCTAAGCCTGAGATAATTATTATACAATAAGGATTTACTATTTTTCTCCTTTTATCAGCATTAGGGTC     EFC=F@@8)88(?*BIIIIIGDG@GCFD?:0:***?C??:9??1?>GEEBAA3<+AEEDE<C<$
    HWI-ST1391:130419:D22RGACXX:4:1101:1389:2058    163     chr7    115578540       42      75M     =       115578630       165     TCGGGCTTTAATGACTGTACCCAGAAGTTAGTAATTATTTTTCCATGTCAAACAATAAAATTATTTTAATTCTCC     1=:=+=@AFAA4CBE,<+<AEGC88AAFEC41:?C<9:C:DGEII4?*009BG;D/9B>>==B$

    Thanks.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    If you are only running bowtie2 to estimate insert size then you could use BBMerge: http://seqanswers.com/forums/showpos...99&postcount=2

    If you end up getting BBMap then using BBMap as a splice aware aligner is also a great option instead of TopHat.

    Comment

    • runnerBio88
      Member
      • Oct 2015
      • 10

      #3
      Originally posted by GenoMax View Post
      If you are only running bowtie2 to estimate insert size then you could use BBMerge: http://seqanswers.com/forums/showpos...99&postcount=2

      If you end up getting BBMap then using BBMap as a splice aware aligner is also a great option instead of TopHat.
      Thanks I'll give a try to BBMerge to calculate insert size, as I'm not sure that using Bowtie2 to calculate this is a good option.

      Thanks

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        SAM files don't report the mate inner distance, they report the (apparent) fragment size, which is 165 rather than 9. The inner mate distance is just that minus the sum of the read lengths.

        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, 08-11-2026, 10:35 AM
        0 responses
        11 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        30 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        48 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-31-2026, 02:55 AM
        0 responses
        48 views
        0 reactions
        Last Post SEQadmin2  
        Working...