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
              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...
              05-06-2024, 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, Today, 07:03 AM
            0 responses
            10 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-10-2024, 06:35 AM
            0 responses
            29 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-09-2024, 02:46 PM
            0 responses
            35 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-07-2024, 06:57 AM
            0 responses
            30 views
            0 likes
            Last Post seqadmin  
            Working...
            X