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
          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, 05-07-2024, 06:57 AM
        0 responses
        12 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-06-2024, 07:17 AM
        0 responses
        16 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        24 views
        0 likes
        Last Post seqadmin  
        Working...
        X