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
      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, Yesterday, 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
    20 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