Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pravee1216
    Member
    • Aug 2010
    • 35

    #1

    GATK variant calling on uniquely mapped reads?

    Hello All,

    Does GATK use uniquely mapped or reads that satisfy the parameter criteria for calling variants by default? How do I instruct GATK to use only uniquely mapped reads to variant calling?

    Any comments or experience on this

    Thanks

    Raj
  • neha
    Member
    • Oct 2011
    • 32

    #2
    Hi ,

    I think if you want to call variants only on uniquely mapped reads you can first remove duplicates using picardtools and then call variants using GATK.

    Also you can do per base score recalibration with GATK and then call variants so that there is more confidence in calling variants.

    Just sharing my thoughts.

    Neha

    Comment

    • pravee1216
      Member
      • Aug 2010
      • 35

      #3
      I don't think so, because duplicate removal doesn't mean that reads mapped to multiple locations are eliminated. Both are two different concepts. why I am saying this because even if you dedup reads, still you would see reads with mapQ=0 (means reads mapped to more than one location in reference). I think, applying a mapQ cut-off would *also* be required to get uniquely mapped reads. What do you say?

      Comment

      • brofallon
        Member
        • May 2011
        • 26

        #4
        I believe by default that reads with zero mapping quality are ignored by the UnifiedGenotyper. If you're curious, you could filter out such reads using the PrintReads tool and the MappingQualityZero filter (see the first example here: http://www.broadinstitute.org/gsa/ga...adsWalker.html

        Comment

        • neha
          Member
          • Oct 2011
          • 32

          #5
          Originally posted by pravee1216 View Post
          I don't think so, because duplicate removal doesn't mean that reads mapped to multiple locations are eliminated. Both are two different concepts. why I am saying this because even if you dedup reads, still you would see reads with mapQ=0 (means reads mapped to more than one location in reference). I think, applying a mapQ cut-off would *also* be required to get uniquely mapped reads. What do you say?
          Maping quality does not tell whether reads are uniquely mapped or duplicate. It signifies the hypothesis of having confidence that read mapping to particular genomic position is correct. Higher the mapping quality value more is the confidence.

          Comment

          • jflowers
            Member
            • Oct 2011
            • 42

            #6
            Originally posted by neha View Post
            Maping quality does not tell whether reads are uniquely mapped or duplicate. It signifies the hypothesis of having confidence that read mapping to particular genomic position is correct. Higher the mapping quality value more is the confidence.
            That is not necessarily true. If you have aligned your data with BWA then the recommended way to get "unique" reads (by Heng Li) is to filter on map quality. See the samtools FAQ under the section "I want to get `unique' alignments from SAM/BAM":
            Download SAM tools for free. SAM (Sequence Alignment/Map) is a flexible generic format for storing nucleotide sequence alignment. SAMtools provide efficient utilities on manipulating alignments in the SAM format.


            In cases where reads are reliable (ie map "uniquely") mapq will be set to > 0 in BWA. I suspect this is specific to the aligner.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM
            • SEQadmin2
              Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
              by SEQadmin2


              Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

              The systematic characterization of the human proteome has
              ...
              07-20-2026, 11:48 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Today, 10:05 AM
            0 responses
            5 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-13-2026, 12:22 PM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-11-2026, 10:35 AM
            0 responses
            24 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-06-2026, 07:41 AM
            0 responses
            38 views
            0 reactions
            Last Post SEQadmin2  
            Working...