Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • hisat2 output more reads than are in the file

    Hi all,
    I am in the middle of testing the hisat2 mapper and encountered a discrepancy between the output hisat2 gives me at the end of the mapping step and the number of reads samtools flagstat counts.

    this is the output I get, when hisat2 is finished:
    Code:
    cat ../hisat2Mapping/WCE7.stat 
    [B]11389273[/B] reads; of these:
      11389273 (100.00%) were paired; of these:
        5961828 (52.35%) aligned concordantly 0 times
        4647893 (40.81%) aligned concordantly exactly 1 time
        779552 (6.84%) aligned concordantly >1 times
        ----
        5961828 pairs aligned concordantly 0 times; of these:
          138165 (2.32%) aligned discordantly 1 time
        ----
        5823663 pairs aligned 0 times concordantly or discordantly; of these:
          11647326 mates make up the pairs; of these:
            10779117 (92.55%) aligned 0 times
            510907 (4.39%) aligned exactly 1 time
            357302 (3.07%) aligned >1 times
    52.68% overall alignment rate
    @Question - how are the 52.68% are calculated? what reads are being considered here as mapped?

    and this is the number of reads I get, when I run samtools flagstat on the sorted/indexed bam file:
    Code:
    samtools flagstat ../hisat2Mapping/WCE7.sorted.bam
    [B]14328481[/B] + 0 in total (QC-passed reads + QC-failed reads)
    2329052 + 0 secondary
    0 + 0 supplementary
    0 + 0 duplicates
    14328481 + 0 mapped (100.00%:-nan%)
    11999429 + 0 paired in sequencing
    6098403 + 0 read1
    5901026 + 0 read2
    10854890 + 0 properly paired (90.46%:-nan%)
    11407498 + 0 with itself and mate mapped
    591931 + 0 singletons (4.93%:-nan%)
    23248 + 0 with mate mapped to a different chr
    18678 + 0 with mate mapped to a different chr (mapQ>=5)
    As you can see, samtools find more reads than there suppose to be originally in the file.

    Is there a simple explanation for that?

    thanks,
    Assa

  • #2
    52.68% = (2*(4647893+779552+138165) + 510907 + 357302)/(2*11389273)

    Samtools is correct, since if sum the numerator you'll get just under 12 million total alignments, which is exactly what's in the BAM file (14328481-2329052).

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Genetic Variation in Immunogenetics and Antibody Diversity
      by seqadmin



      The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
      11-06-2024, 07:24 PM
    • seqadmin
      Choosing Between NGS and qPCR
      by seqadmin



      Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
      10-18-2024, 07:11 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 11:09 AM
    0 responses
    22 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Today, 06:13 AM
    0 responses
    20 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-01-2024, 06:09 AM
    0 responses
    30 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 10-30-2024, 05:31 AM
    0 responses
    21 views
    0 likes
    Last Post seqadmin  
    Working...
    X