Announcement

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

  • Paired-end RNA-seq: large discrepancy in number of forward versus reverse reads

    Hi all,

    I am having some issues interpreting the output from the bamtools stats command. I am working with paired end RNAseq data generated from olive baboon vaginal swabs (so we are expecting some bacterial contamination). I mapped the sequences to the olive baboon reference genome using STAR, and then used the bamtools stats command to see how many reads are mapping. The output is a bit perplexing because the samples consistently have a much higher proportion of forward strand reads than reverse strand reads, while the number of R1 reads is equal to the number of R2 reads. I have pasted the output of one file below:

    **********************************************
    Stats for BAM file(s):
    **********************************************

    Total reads: 30135821
    Mapped reads: 1274337 (4.22865%)
    Forward strand: 29498803 (97.8862%)
    Reverse strand: 637018 (2.11382%)
    Failed QC: 0 (0%)
    Duplicates: 0 (0%)
    Paired-end reads: 30135821 (100%)
    'Proper-pairs': 1272676 (4.22313%)
    Both pairs mapped: 1272676 (4.22313%)
    Read 1: 15067605
    Read 2: 15068216
    Singletons: 1661 (0.00551171%)


    Does anyone have any ideas of what might be going on here? I've looked at the raw reads and there are approximately the same number of reads in the R1 and the R2 files.

    Thank you in advance for your advice!

  • #2
    Sorry, I have no idea what could be happening here. Have you checked the quality of both forward and the reverse reads with FASTQC, FASTP or similar?

    Comment


    • #3
      Thanks for your response, luc!

      I tried mapping the R1 and R2 files separately in single end mode, and interestingly, got really high mapping percentages. Using the same sample that I gave the output for in my original posting after running paired end mapping, here is the bamtools stats output for the R1 and R2 files separately:

      R1 single end mapping
      **********************************************
      Stats for BAM file(s):
      **********************************************

      Total reads: 99555409
      Mapped reads: 96735523 (97.1675%)
      Forward strand: 51635582 (51.8662%)
      Reverse strand: 47919827 (48.1338%)
      Failed QC: 0 (0%)
      Duplicates: 0 (0%)
      Paired-end reads: 0 (0%)

      R2 single end mapping
      **********************************************
      Stats for BAM file(s):
      **********************************************

      Total reads: 99786078
      Mapped reads: 97634672 (97.844%)
      Forward strand: 50328230 (50.4361%)
      Reverse strand: 49457848 (49.5639%)
      Failed QC: 0 (0%)
      Duplicates: 0 (0%)
      Paired-end reads: 0 (0%)


      I'm a little confused by this, because when I check the R1 and R2 files, there are the same number of sequences, yet in this output it looks like there are a different number of "Total Reads" in the two files. I also tried sorting the seqs by name in each file prior to running the paired end mapping again, but that didn't help the issue of low mapping + many more forward strand vs reverse strand reads.

      Any advice would be greatly appreciated! Thanks in advance for your help!

      Comment


      • #4
        Your reads have been processed in some manner (i.e., filtered by quality) so that R1 and R2 are no longer properly paired. For unprocessed reads, the number of R1 and R2 should be identical, and you should have zero singletons: the stats in your first post indicate otherwise. Sorting by name does not help b/c, as soon as this first singleton is encountered, all subsequent reads are out of register/mispaired.

        Apparently, your aligner constrains the R2 search space based on R1 alignment; since R1 and R2 are mispaired, it is unable to find a match for R2 in that space.

        The solution is to fix pairing with BBTools Repair, then repeat the alignment. Report back whether or not that solved your problem.
        Last edited by HESmith; 10-12-2021, 06:20 AM.

        Comment


        • #5
          I very much agree. Thanks HESmith!
          Originally posted by HESmith View Post
          Your reads have been processed in some manner (i.e., filtered by quality) so that R1 and R2 are no longer properly paired. For unprocessed reads, the number of R1 and R2 should be identical, and you should have zero singletons: the stats in your first post indicate otherwise. Sorting by name does not help b/c, as soon as this first singleton is encountered, all subsequent reads are out of register/mispaired. ...

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Advanced Tools Transforming the Field of Cytogenomics
            by seqadmin


            At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
            09-26-2023, 06:26 AM
          • seqadmin
            How RNA-Seq is Transforming Cancer Studies
            by seqadmin



            Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
            09-07-2023, 11:15 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 09:36 AM
          0 responses
          8 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 10-02-2023, 07:14 AM
          0 responses
          15 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-29-2023, 09:38 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-27-2023, 06:57 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Working...
          X