Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • What is wrong with merely 28% tophat2 mapped reads are counted by HTSeq-count

    Here is how my data has been processed: 150bp PE RNAseq, trimmed, tophat2 mapped on both transcriptome and genome using default setting apart from insert-size and std (calculated from sampling), then HTSeq-count using:

    htseq-count -q -a 5 --mode=union --stranded=no --type=exon --
    idattr=gene_id\
    $indir/$sample/accepted_nsort.sam \
    $ref/Homo_sapiens.GRCh37.72.gtf > $outdir/$sample.htseq.counts

    What worries me is there is only around 28% of the total unique mapped from tophat2 seem to have been properly counted by htseq-count. Could any one divulge what going on here?

    Summary of unique mapped reads from tophat2 using samtools flagstat is:
    60657139 + 0 in total (QC-passed reads + QC-failed reads)
    0 + 0 duplicates
    60657139 + 0 mapped (100.00%:-nan%)
    60657139 + 0 paired in sequencing
    31424549 + 0 read1
    29232590 + 0 read2
    53208062 + 0 properly paired (87.72%:-nan%)
    55095536 + 0 with itself and mate mapped
    5561603 + 0 singletons (9.17%:-nan%)
    365348 + 0 with mate mapped to a different chr
    71148 + 0 with mate mapped to a different chr (mapQ>=5)

    Bottom of htseq-count output:
    no_feature 11321706
    ambiguous 1434804
    too_low_aQual 0
    not_aligned 0
    alignment_not_unique 13865867

    The sum of all reads counts by gen_id by htseq-count using awk is 17,068,532.

  • #2
    Originally posted by bbl View Post
    …..
    What worries me is there is only around 28% of the total unique mapped from tophat2 seem to have been properly counted by htseq-count. Could any one divulge what going on here?

    Summary of unique mapped reads from tophat2 using samtools flagstat is:
    60657139 + 0 in total (QC-passed reads + QC-failed reads)
    ….
    Bottom of htseq-count output:
    no_feature 11321706
    ambiguous 1434804
    too_low_aQual 0
    not_aligned 0
    alignment_not_unique 13865867

    The sum of all reads counts by gen_id by htseq-count using awk is 17,068,532.
    You are being confused by the way TopHat reports alignments and htseq reports counts. TopHat reports the number of reads aligned, meaning it counts each read of a pair individually so ~60M reads. htseq counts the number of fragments aligned to each gene, meaning it counts each read pair just once. So htseq is basing its counts on ~30M fragments; 17M fragments aligned uniquely would work out to ~57% unique alignment rate.

    Comment


    • #3
      Thanks kmcarr- my ignorance, didnt remember htseq counts the pair-read only once. Nevertheless, is it reasonable to have 57% of mapped read-pairs for DE analysis? It seems to me still quite a lot loss.

      Comment


      • #4
        That depends on your genome completeness, read quality, and presence of contaminants. Did you do any quality-control? Some basic steps like adapter-trimming, quality-trimming, removal of common contaminants/spike-ins (phiX, etc) can greatly improve the mapping rate. Also, BBMap will map a higher percentage of reads than Tophat, especially if the data is low quality.

        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...
          Yesterday, 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
        54 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        50 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        44 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X