Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How does "mpileup -Q" option work?

    Hi All,

    samtools mpileup has a -Q option which "skip bases with baseQ/BAQ smaller than INT [13]". My understanding is that bases with phred quality (11th column in SAM) less than Q are not counted in the resulting pileup, right?

    However, it seems to me that -Q has no effect. Here's an example using the toy.sam file in the example dir that comes with samtools:
    Code:
    ## Convert SAM to BAM
    samtools view -b -S /.../samtools-0.1.15/examples/toy.sam > toy.bam
    samtools view toy.bam
    r001    163     ref     7       30      8M4I4M1D3M      =       37      39      TTAGATAAAGAGGATACTG     *
    r002    0       ref     9       30      1S2I6M1P1I1P1I4M2I      *       0       0       AAAAGATAAGGGATAAA       *
    r003    0       ref     9       30      5H6M    *       0       0       AGCTAA  *
    r004    0       ref     16      30      6M14N1I5M       *       0       0       ATAGCTCTCAGC    *
    r003    16      ref     29      30      6H5M    *       0       0       TAGGC   *
    r001    83      ref     37      30      9M      =       7       -39     CAGCGCCAT       *
    x1      0       ref2    1       30      20M     *       0       0       AGGTTTTATAAAACAAATAA    ????????????????????
    x2      0       ref2    2       30      21M     *       0       0       GGTTTTATAAAACAAATAATT   ?????????????????????
    x3      0       ref2    6       30      9M4I13M *       0       0       TTATAAAACAAATAATTAAGTCTACA      ??????????????????????????
    x4      0       ref2    10      30      25M     *       0       0       CAAATAATTAAGTCTACAGAGCAAC       ?????????????????????????
    x5      0       ref2    12      30      24M     *       0       0       AATAATTAAGTCTACAGAGCAACT        ????????????????????????
    x6      0       ref2    14      30      23M     *       0       0       TAATTAAGTCTACAGAGCAACTA ???????????????????????
    
    
    ## Produce pileup:
    samtools mpileup toy.bam > toy.mpileup
    
    ## Produce pileup with ridiculously high -Q:
    samtools mpileup -Q 100 toy.bam > toyQ.mpileup
    
    ## -Q has no effect!
    wc toy.mpileup toyQ.mpileup
    75  450 1473 toy.mpileup
    75  450 1473 toyQ.mpileup
    150  900 2946 total
    I'm using samtools 0.1.15. Am I missing something obvious here?

    All the best

    Dario

  • #2
    Hi, I had the same confusion, too. My experience is that -Q affects the output only in the BCF output mode (invoked with -u or -g), but not in the pileup mode, as in your example. In the meantime, -q (min read mapping quality) applies to both output modes.

    Hope this helps.
    Last edited by ramensky; 02-02-2012, 04:43 PM.

    Comment

    Latest Articles

    Collapse

    • 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
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    24 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    25 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    22 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    52 views
    0 likes
    Last Post seqadmin  
    Working...
    X