Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • martinjf
    Member
    • Dec 2009
    • 14

    Merging PE reads taking into account minimum positional quality score

    hello everyone,
    I face an unusual issue with merging Illumina Paired-end reads and controling for the merging using individual base quality:
    using your preferred merge (let us say Pear, FLash...) you can of course control for the effect of quality score difference between R1 and R2 for a given position and decide wether the difference is large enough to make the base with highest value the one you keep. Ok, works fine in most cases. Here I have a different situation where I would like to do that + if one of the two scores for a given position is < threshold (let us say 20 for example) then the other strand is kept, whatever the difference in score AS LONG as its own score > 20. And that I could not find it from any PE reads merger yet !
    Any (verified) idea anyone?

    just to avoid out of topic comments, &- yes, I alreadyy though of softmasking low quality bases before merging but I could not find any merger that uses this information also. 2- No, I cannot just remove the reads with low quality bases before merging as I cannot use a strategy based on the % of low quality reads or sliding windows as I really want to use the individual position quality profile for rare variants calling. 3- yes, using illumina correction algorithms like dada2 is an option I will also explore but I would prefer exploring the solution I detail during merging first.
    Thanks all !
  • Markiyan
    Senior Member
    • Sep 2010
    • 126

    #2
    You can do custom trimming (based on different profile of errors between R1&R2 (to take into account the higher chance of presence of the erroneous/random data in the end of the R2 read)).

    One can use perl for prototyping a read trimmer (or modify any of the open source ones (if you have a bit of C/C++ knowledge).

    May I ask you a couple questions:

    1. What readlength and platform had you used for you sequencing data aquisition?
    Was it 4chanell or 2 chanell imaging? 2 chanell one has 2x-10x higher the error rate and is limited to 150bp read length, so use a 4 chanell platform.

    2. What was your cluster density? If you use MiSeq or a Hiseq 2500 - I would undercluster to get lower error rate if looking for rare things - lower cluster density lowers error rate by 3X-6X, (while also lowering raw data yields).

    3. Did you use the PCRFree library prep protocol? What was your average insert size and size distribution?
    Last edited by Markiyan; 06-21-2018, 12:56 AM. Reason: Typo fix.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    23 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-09-2026, 10:04 AM
    0 responses
    33 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    20 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-07-2026, 11:05 AM
    0 responses
    34 views
    0 reactions
    Last Post SEQadmin2  
    Working...