Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • leejimmy93
    Junior Member
    • Apr 2012
    • 9

    RNA seq trimming

    Hi,

    I have 100bp PE Illumina sequencing data, I used CLC genomic tool and trimmomatic did trimming respectively, but after trimming, fastqc still show warning signals for my trimmed data, especially for data trimmed by CLC. In addition, with original trimmomatic parameters, I got very low percent trimmed data out of raw reads, around 30% for paired and 30% for unpaired.

    I understand that fastqc is used to check how normal the sequencing data are, one of the reason why my data is not normally distributed might because mine is RNA. But by comparing CLC and trimmomatic trimmed data, I found trimmomatic trimmed data' per base GC content and per base sequence content are normal as checked by fastqc, while CLC doesn't give good performance on those two criteria.

    So can anyone here give me any suggestions and advise?
    Dose RNA data really need to be pass all the criteria in fastqc?
    Thanks advance!
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    Originally posted by leejimmy93 View Post
    Hi,

    I have 100bp PE Illumina sequencing data, I used CLC genomic tool and trimmomatic did trimming respectively, but after trimming, fastqc still show warning signals for my trimmed data, especially for data trimmed by CLC. In addition, with original trimmomatic parameters, I got very low percent trimmed data out of raw reads, around 30% for paired and 30% for unpaired.

    I understand that fastqc is used to check how normal the sequencing data are, one of the reason why my data is not normally distributed might because mine is RNA. But by comparing CLC and trimmomatic trimmed data, I found trimmomatic trimmed data' per base GC content and per base sequence content are normal as checked by fastqc, while CLC doesn't give good performance on those two criteria.

    So can anyone here give me any suggestions and advise?
    Dose RNA data really need to be pass all the criteria in fastqc?
    Thanks advance!
    Apparently RNA-seq data often gets low grades from fastqc because of non-random primers; please look at this thread, starting at the linked post (#257).

    That said, if the problem actually is adapters not being removed, then I suggest you use BBDuk. As the link indicates, in my testing, it does a much better job of removing adapters than cutadapt or trimmomatic.

    There's also the possibility that you are using the wrong adapter sequence for trimming, so double-check that.

    P.S. Also, be sure to filter out primer-dimers and other common Illumina artifacts, which can bias base-composition ratios.
    Last edited by Brian Bushnell; 05-01-2014, 12:46 PM.

    Comment

    • Oyster_lab
      Junior Member
      • Jan 2014
      • 8

      #3
      Hi!
      Following up on this question, should I remove adapters from both strands?
      I am using CLC for read trimming, and have paired end 100 bp Illumina reads.

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        Oyster,

        What can you tell me about your data? For example, the insert-size distribution and quality profile, or read length, platform, coverage, etc.

        If you download the BBTools package, the insert-size distribution can be obtained like this (assuming interleaved reads):

        (if you have a reference)
        bbmap.sh in=reads.fq ihist=ihist.txt

        (If you don't have a reference and the insert size is short)
        bbmerge.sh in=reads.fq hist=hist.txt

        With non-interleaved reads, you have to specify "in1" and "in2".

        With normal fragment libraries, read1 and read2 will have the adapter at the same place. You can tell BBDuk to remove these with the "tpe" (trim both evenly) and "tbo" (trim by overlap) flags, even if you don't know the adapter sequence, but it certainly is much better if you do know it. My suggesated command line:

        bbduk.sh in=reads.fq out=clean.fq k=25 mink=12 tbo tpe hdist=1 ref=truseq.fa

        -Brian

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM
        • SEQadmin2
          From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
          by SEQadmin2


          Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


          The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
          ...
          06-02-2026, 10:05 AM
        • SEQadmin2
          Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
          by SEQadmin2


          With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


          Introduction

          Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
          05-22-2026, 06:42 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        21 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        39 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        46 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        49 views
        0 reactions
        Last Post SEQadmin2  
        Working...