Seqanswers Leaderboard Ad

Collapse

Announcement

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

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

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


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


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

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 11:49 AM
        0 responses
        15 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-24-2024, 08:47 AM
        0 responses
        16 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        61 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        60 views
        0 likes
        Last Post seqadmin  
        Working...
        X