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
          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
        28 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        37 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        25 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        35 views
        0 reactions
        Last Post SEQadmin2  
        Working...