Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cement_head
    Senior Member
    • Mar 2012
    • 265

    #1

    Post-demultiplex adaptor removal?

    If one has demultiplexed dual index reads on a MiSeq AND included "adaptor removal" as part of the demultiplexing (on instrument), should one also run the FASTQ files through an adaptor removal programme, or is this just overkill?
  • Biocomputronics
    Junior Member
    • Sep 2017
    • 6

    #2
    I would suggest running FastQC on the data. It is a program that measures a wide variety of quality metrics. That way you can see with your own eyes the data quality measures, including adapter sequence contamination.

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      @cement_head: If there are no remaining adapters then all you lost is some time. For miseq datasets you would need less than 30 min to scan/trim data with bbduk.sh from BBMap. You can then be sure that there would be no extraneous sequences remaining in your data. Especially important if you were doing any de novo work.

      Comment

      • chen@haplox.com
        Member
        • Aug 2015
        • 16

        #4
        I suggest fastp to do automatic adapter trimming, read filtering and quality control. fastp is developed in C++ with multi-threading support, it's ultra-fast.

        fastp has following features:
        1, filter out bad reads (too low quality, too short, or too many N...)
        2, cut low quality bases for per read in its 5' and 3' by evaluating the mean quality from a sliding window (like Trimmomatic but faster).
        3, trim all reads in front and tail
        4, cut adapters. Adapter sequences can be automatically detected,which means you don't have to input the adapter sequences to trim them.
        5, correct mismatched base pairs in overlapped regions of paired end reads, if one base is with high quality while the other is with ultra low quality
        6, preprocess unique molecular identifer (UMI) enabled data, shift UMI to sequence name.
        7, report JSON format result for further interpreting.
        8, visualize quality control and filtering results on a single HTML page (like FASTQC but faster and more informative).
        9, split the output to multiple files (0001.R1.gz, 0002.R1.gz...) to support parallel processing. Two modes can be used, limiting the total split file number, or limitting the lines of each split file.
        10, support long reads (data from PacBio / Nanopore devices).

        fastp creates reports in both HTML and JSON format.

        HTML report: http://opengene.org/fastp/fastp.html
        JSON report: http://opengene.org/fastp/fastp.json

        fastp is an open source project at github: https://github.com/OpenGene/fastp
        OpenGene(Libraries and tools for NGS data analysis),AfterQC(Fastq Filtering and QC)
        FusionDirect.jl( Detect gene fusion), SeqMaker.jl(Next Generation Sequencing simulation)

        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, Yesterday, 10:35 AM
        0 responses
        7 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        45 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-31-2026, 02:55 AM
        0 responses
        48 views
        0 reactions
        Last Post SEQadmin2  
        Working...