Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Kotoro
    Member
    • May 2011
    • 31

    trimming unreliable ends of reads

    What methods are normally used to trim off the unreliable poor-scoring ends of reads? Is there a tool that can statistically assess read scores and make this decision on a per-read basis, or is a cut position globally decided on?

    Are there any special considerations for paired-end reads? (they've already been split and de-convoluted by barcode by the pipeline in our university's sequencing core.)
  • tonybolger
    Senior Member
    • Feb 2010
    • 156

    #2
    Originally posted by Kotoro View Post
    What methods are normally used to trim off the unreliable poor-scoring ends of reads? Is there a tool that can statistically assess read scores and make this decision on a per-read basis, or is a cut position globally decided on?
    Something like a sliding window is good - so if you get a single bad cycle you don't cut a high quality region, but persistent rubbish is trimmed.

    Generally you want to do it on a per-read basis - 'local' factors often influence a particular read, and there's no advantage to 'one size fits all'.

    Originally posted by Kotoro View Post
    Are there any special considerations for paired-end reads? (they've already been split and de-convoluted by barcode by the pipeline in our university's sequencing core.)
    Normally you might want to handle 'unpaired' reads separately - reads which survive QC but their partners didn't.

    Blatant ad: if you're working with illumina data, i've released a tool, Trimmomatic, found here, which does what you need

    Comment

    • francois.sabot
      Member
      • Dec 2009
      • 41

      #3
      Hi
      Have a look at the last version of Cutadapt, which uses a nice system for trimming, and cut only if the fater bases are of better quality than the previous... See their explanation : http://code.google.com/p/cutadapt/
      Francois Sabot, PhD

      Be realistic. Demand the Impossible.
      www.wikiposon.org

      Comment

      • gaffa
        Member
        • Oct 2010
        • 82

        #4
        A third alternative is SolexaQA (http://solexaqa.sourceforge.net/), which can trim either down to "to the longest contiguous read segment for which the quality score at each base is greater than a user-supplied quality cutoff" or using the BWA trimming algorithm (which also can be performed by BWA in conjunction with read mapping).

        Comment

        • mmartin
          Member
          • Aug 2009
          • 73

          #5
          Originally posted by gaffa View Post
          ... or using the BWA trimming algorithm ...
          I'd like to point out that the quality trimming in cutadapt is simply a reimplementation of BWA's algorithm. You could use the quality-trimming part of cutadapt without trimming adapters by providing an adapter sequence that's certain to not occur -- just use -a XXXXXXXX or something like this (these are literal "X" characters).

          See also file lib/cutadapt/qualtrim.py in the cutadapt distribution which also shows the algorithm and contains an explanation of it.

          Comment

          Latest Articles

          Collapse

          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM
          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          21 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          21 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-26-2026, 11:10 AM
          0 responses
          21 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          54 views
          0 reactions
          Last Post SEQadmin2  
          Working...