Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JBauer
    Junior Member
    • Apr 2012
    • 2

    #1

    Removing adapters but keep sequence after the adapter

    Hi there,
    I have a particular library to analyse that pose a problem when trying to remove the adapters. The way the library was constructed require us to use "flash" to identify overlapping pair and merge them. This can results in a adapter being rebuild in the middle of the merged sequence.
    Does anyone knows of a tool that will clip the adapter out and leave both side of the adapter?
    I have tried cutadapt, FASTX but none seems to be able to keep both side of the adapter.
    Thanks.
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    I don't really understand the situation. What kind of library construction was used, and what kind of adapters? When an adapter is found in a read, from a normal fragment library, the sequence to the left of the adapter is genomic and to the right is random junk that you want to discard.

    That said... you CAN mask the adapter and keep everything on both sides with BBDuk:

    bbduk.sh in=reads.fq out=masked.fq kmask=N ref=adapters.fa k=25 hdist=1

    But, I don't think that's really what you want to do. It might help if you could post an example of one of the read pairs in question both before and after merging.

    Flash's defaults are very aggressive and result in a high false-positive merge rate; also, older versions of Flash had problems correctly merging reads that had an insert size shorter than read length (i.e., they had adapter sequence). So, perhaps you should try the most recent version of Flash and reduce the sensitivity, or an alternative like BBMerge, and see if the problem goes away.

    Comment

    • JBauer
      Junior Member
      • Apr 2012
      • 2

      #3
      Originally posted by Brian Bushnell View Post
      I don't really understand the situation. What kind of library construction was used, and what kind of adapters? When an adapter is found in a read, from a normal fragment library, the sequence to the left of the adapter is genomic and to the right is random junk that you want to discard.

      That said... you CAN mask the adapter and keep everything on both sides with BBDuk:

      bbduk.sh in=reads.fq out=masked.fq kmask=N ref=adapters.fa k=25 hdist=1

      But, I don't think that's really what you want to do. It might help if you could post an example of one of the read pairs in question both before and after merging.

      Flash's defaults are very aggressive and result in a high false-positive merge rate; also, older versions of Flash had problems correctly merging reads that had an insert size shorter than read length (i.e., they had adapter sequence). So, perhaps you should try the most recent version of Flash and reduce the sensitivity, or an alternative like BBMerge, and see if the problem goes away.
      Thanks for the advice. I know that usually anything to the left is to be thrown away but I am not sure in this case as I get more than half of the read sometime on the left of the adapter, and it doesn't seem to match any of the adapter sequences. We have been warned that they noticed this in the past due to the way they are making the library. I will try what you are suggesting and see if it makes any difference.

      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, 08-13-2026, 12:22 PM
      0 responses
      25 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-11-2026, 10:35 AM
      0 responses
      20 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      33 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      51 views
      0 reactions
      Last Post SEQadmin2  
      Working...