Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Count the Number of Paired-End Reads Mapped by Tophat

    Dear all,

    My paired end reads were mapped using Tophat 2.0.8. Suppose that original number of reads before mapping were (X) reads. I want to find out how many reads (Y) out of the total reads X that have been mapped by Tophat. (Y should include paired-end reads having both reads mapped, or any part of the pair that has been mapped).

    I found in the other threads the following command:

    samtools view accepted_hits.bam| cut -f 1 | sort | uniq | wc -l

    However, this works well for the single-end reads. I am wondering if this works also for paired-end reads. In order to check this, I run:

    samtools view accepted_hits.bam| cut -f 1 | sort | uniq > a
    samtools view unmapped.bam| cut -f 1 | sort | uniq > b
    comm -12 <(cat a) <(cat b) > c

    and then I found that (length of a + length of b) - length (c) almost equals the original number of reads.

    I am wondering if this is correct to report the percentage of mapped reads for paired-end reads?

  • #2
    Good grief. You are making this way too difficult. Do you even understand what that command line does?

    If you have samtools, just run samtools flagstat!

    Comment


    • #3
      swbarnes2,
      samtools flagstat does not give what I want. It reports only mapped read (and mapped pairs). if one read is mapped twice or each of pair reads mapped to different chromosome, it will be counted as 2. However, as I explained above, I want to get the total number of mapped reads (each paired-read is counted one time only).

      I wrote the commands in my previous post!

      Comment


      • #4
        Have you tried Picard's CollectAlignmentSummaryMetrics & CollectRnaSeqMetrics?

        http://picard.sourceforge.net/comman...SummaryMetrics
        @sidderb

        Comment


        • #5
          Hello,
          I got exactly the same problem, and CollectAlignmentSummaryMetrics doesn't seem to work very well for paired ends reads ; http://seqanswers.com/forums/showthread.php?t=63578

          any idea someone ?

          Comment


          • #6
            Well...

            If you map reads with BBMap, it will tell you exactly how many were mapped, and how many were properly paired.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM
            • seqadmin
              Strategies for Sequencing Challenging Samples
              by seqadmin


              Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
              03-22-2024, 06:39 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            22 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            17 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            49 views
            0 likes
            Last Post seqadmin  
            Working...
            X