Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shurjo
    Senior Member
    • Jan 2009
    • 132

    #1

    properly paired reads in TopHat output

    Hi,

    The samtools flagstat results for a TopHat BAM file from my data are reproduced below. I am a little concerned about the percentage of "properly paired" reads (~33%). I guess that in RNA-Seq data, the two reads in a pair may be mapping to different exons, which may cause the pair to deviate from whatever the definition for proper pairing is. Does anyone have any comments on whether these numbers may be within reasonable limits for a RNA-Seq data set?

    Code:
    106172059 in total
    0 QC failure
    0 duplicates
    106172059 mapped (100.00%)
    106172059 paired in sequencing
    53427448 read1
    52744611 read2
    34923852 properly paired (32.89%)
    89669616 with itself and mate mapped
    16502443 singletons (15.54%)
    0 with mate mapped to a different chr
    0 with mate mapped to a different chr (mapQ>=5)
    The reads were PE 76bp, the insert size was 200bp and the syntax used to run TopHat is:
    Code:
    tophat -o 108971.testing.out -m 2 -p 4 -r 200 --mate-std-dev 50 -g 10 /home/sensh/bin/bowtie-0.12.7/indexes/hg18_inclusive 108971.read1.fastq 108971.read2.fastq
    Thanks,

    Shurjo
  • kopi-o
    Senior Member
    • Feb 2008
    • 319

    #2
    I am curious about this issue as well. I have several human RNA-seq data sets where the percentage of "properly paired" reads was about 50% in TopHat output, but much higher in bwa output. Of course, this depends both on the actual mapping and the criterion that each aligner uses to set the "properly paired" flag in the BAM file. In my case, there were some 20% spliced alignments in the TopHat output, which would explain part of the remaining "non-properly paired reads".

    Does anyone know what criterion TopHat uses for setting the "properly paired" flag?

    Comment

    • shurjo
      Senior Member
      • Jan 2009
      • 132

      #3
      Actually, I just looked at the FLAG field and I am even more puzzled. Issuing this command:
      Code:
       samtools view accepted_hits.bam | awk  '{print $2}' | sort | uniq
      returns only 0 and 16. So, I am not sure how samtools flagstat is even deciding which reads are properly paired, given that neither of these flags indicates even pairing, let alone correct pairing. At this point, I suspect that the TopHat BAM is not really doing much with this field, so a different approach may be needed to examine what percentage of PE reads are paired in the output.

      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
      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        07-09-2026, 11:10 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-31-2026, 02:55 AM
      0 responses
      35 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      25 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-23-2026, 11:41 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Working...