Seqanswers Leaderboard Ad

Collapse

Announcement

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

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

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


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


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

        • 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...
          Yesterday, 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, Yesterday, 07:17 AM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-29-2024, 10:49 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X