Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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.)

  • #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


    • #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


      • #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


        • #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

          • 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
          30 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          32 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          28 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