Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • fourie.joubert@up.ac.za
    Junior Member
    • Jul 2011
    • 1

    Ion Torrent Ampliseq: duplicate removal / coverage / variants?

    Hi Folks

    I would love to get some opinions regarding duplicate removal during variant calling for the AmpliSeq Comprehensive Cancer Panel.

    I have noted some previous discussions on the topic on this forum, but I am experiencing some additional issues.

    We have been doing tumor vs. normal samples, and do the realignment and base quality score recalibration steps (no duplicate removal) using GATK. We are currently testing a variety of somatic variant callers (Strelka, VarScan, MuTect, JointSNVMix, SomaticSniper).

    Ion Torrent states the following:

    "Marking duplicate reads is not appropriate for Ion AmpliSeq data, because many independent reads are expected to share the same 5' alignment position and 3' adapter flow as each other. Marking duplicates on an Ion AmpliSeq run risks inappropriately flagging many reads that are in fact independent of one another."

    When doing visual inspection of (possibly) variant positions in IGV, a lot of the variants seem to have been called based on read depth that sure look like duplicates upon inspection. There also seems to be a trend for variant positions to be at the edges of these reads .

    However, if I do duplicate removal, my average coverage drops from 300x to 9x.

    The duplicate reads vs. true coverage depth obviously has quite serious implications for all variant calling statistics...

    Any advice / opinions / debate would be much appreciated.

    Best regards!

    Fourie
  • Bukowski
    Senior Member
    • Jan 2010
    • 388

    #2
    Well it's exactly like IonTorrent advise - you can't deduplicate amplicon data on any platform, neither can you do it with HaloPlex.

    This means it is impossible to remove PCR artefacts from the data. This is why I much prefer hybridisation capture for these kind of studies, as deduplication is required to keep that source of false positives under control.

    My best advice is if you're stuck with this system, run samples in duplicate - at least then if you have false positives from the amplification, they shouldn't be present in the other replicate.

    Comment

    • nbahlis
      Member
      • May 2013
      • 25

      #3
      I have the same problem. Is there a way to rum Mutect without removing duplicates (or presumed duplicates)?

      Comment

      • IonTom
        Member
        • Apr 2014
        • 32

        #4
        You can use the VariantTools Biocondctor package, this gives you the
        number of unique in read positions for variant and reference. Using a GenomicRanges object generated from a vcf you can make it report specifically for the positions of interest. This can be done using the tally function.

        Comment

        • IonTom
          Member
          • Apr 2014
          • 32

          #5
          Here is the code:

          library(gmapR)
          library(VariantTools)
          library(VariantAnnotation)
          library(BiocParallel)

          biocParam <- MulticoreParam(workers = ncores)

          fastaFile <- rtracklayer::FastaFile(referencefile)
          gmapGenome <- GmapGenome(fastaFile, create=TRUE,directory = referencefolder)

          print(tallied)

          vcf = readVcf(vcffile)
          called <- as(unlist(vcf),"VRanges")


          tally.param <- TallyVariantsParam(gmapGenome, high_base_quality = 0L,minimum_mapq = 10L,
          which = unique(as(called,"GRanges")),ignore_duplicates = FALSE,read_pos_breaks = c(1,10,120,330),
          variant_strand = 1)


          tallied = tallyVariants(bam_file,tally.param,BPPARAM = biocParam)
          matched = called %in% tallied
          matched_tallied = tallied %in% called

          cur_called = called[matched]
          tallied = unique(tallied[matched_tallied])

          sampleNames(tallied) = sampleNames(cur_called)

          elementMetadata(tallied) = c(elementMetadata(cur_called),elementMetadata(tallied))

          print(tallied)
          Last edited by IonTom; 07-07-2014, 09:37 AM.

          Comment

          • dakl
            Member
            • May 2009
            • 15

            #6
            Originally posted by nbahlis View Post
            I have the same problem. Is there a way to rum Mutect without removing duplicates (or presumed duplicates)?
            Yes, just skip the dedup step. It's just an upstream step to skip.

            Comment

            • quantrix
              Member
              • Jan 2011
              • 21

              #7
              Hi Fourie,
              I was wondering what you ended up doing in terms of variant calling with the Ion CCP panel data? Did you just end up using the torrent variant caller? If so, how did you do the downstream analysis for filtering the variants etc? Did you use Ion Reporter?
              I find it quite incredible that the Ion data seems to be quite incompatible with ANY of the variant callers like Mutect, Varscan to do paired tumor normal analysis.
              Thanks for the favor of a reply.
              Regards

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                by SEQadmin2


                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                ...
                06-02-2026, 10:05 AM
              • SEQadmin2
                Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                by SEQadmin2


                With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                Introduction

                Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                05-22-2026, 06:42 AM
              • SEQadmin2
                Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
                by SEQadmin2

                Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


                Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
                05-06-2026, 09:04 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 06-02-2026, 12:03 PM
              0 responses
              19 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-02-2026, 11:40 AM
              0 responses
              14 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 05-28-2026, 11:40 AM
              0 responses
              29 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 05-26-2026, 10:12 AM
              0 responses
              31 views
              0 reactions
              Last Post SEQadmin2  
              Working...