Seqanswers Leaderboard Ad

Collapse

Announcement

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

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

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


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


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

        • 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
        • seqadmin
          Techniques and Challenges in Conservation Genomics
          by seqadmin



          The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

          Avian Conservation
          Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
          03-08-2024, 10:41 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 06:37 PM
        0 responses
        8 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 06:07 PM
        0 responses
        8 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-22-2024, 10:03 AM
        0 responses
        49 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-21-2024, 07:32 AM
        0 responses
        67 views
        0 likes
        Last Post seqadmin  
        Working...
        X