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
              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 on Modified Bases...
              Today, 07:01 AM
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            37 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            41 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            35 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            54 views
            0 likes
            Last Post seqadmin  
            Working...
            X