Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Patrice
    Member
    • Sep 2016
    • 16

    Trimmomatic: Quality Trimming read loss -

    Hello community,

    I plan to do a reference assisted genome assembly for a yeast genome.
    I have some questions regarding the trimming prior the assembly:

    # Setup:
    Illumnia MiSeq / Paired end sequencing / coverage around 80x

    # Case:
    Intended pipeline:
    raw reads --> trimming --> Spades or Velvet --> Contiguator

    I ran FastQC on the raw reads (see attached files, forward reads shown):
    FastQC does not detect adapters.
    Since the quality drops in the end of the reads, so I decided to use trimmomatic for quality trimming.

    I needed to apply a strict quality cutoff in order to obtain better FastQC results (see attachements). I used following parameters in trimmomatic:
    Code:
    SLIDINGWINDOW:4:30 HEADCROP:11 MINLEN:40
    However, I recognized a huge loss of reads after the trimming :

    Raw reads: 9322401
    trimmed reads: 7320129
    -> loss of 21 %

    # Questions:
    1. Since FastQC did not detect illumina adapters in the raw reads, would you still run a adapter removing step (eg AdapterRemoval or trimmomatic [ILLUMINACLIP])?

    2. What would you suggest regarding the quality trimming? Some people suggest not to run any trimming at all. Should I go down with the cutoff values in order to keep more reads?

    Thank you and best regards
    Attached Files
  • Patrice
    Member
    • Sep 2016
    • 16

    #2
    I calculated the Coverage:

    After trimming
    Coverage = (7320129 reads * 130 mean reads)/ 20.500000 bp = 46,8x

    So I suppose that is still fine even after trimming

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      It would be wise to scan (and trim as needed) the data for presence of extraneous sequences. Since you are going to de novo assembly, you don't want any other sequence that does not belong to your genome in there.

      You could trim at Q20 to begin with and see what you get. If you feel you have plenty of coverage (which you seem to think) then you could go with the ultra-stringent Q30 trim.

      Comment

      • Gorgon_VZ
        Member
        • Oct 2016
        • 10

        #4
        Having a look on your FastQC figures I recognised, that even before your trimming approach you have a huge number of short reads around 90bp (I guess the first figure shows the data before trimming and the second one afterwards!?)! Are you sure that your data is rawdata? Regarding the adapters you should also check if your adapter is present in the FastQC "adapter_list.txt" file. If this is not the case, you can provide a custom file via --adapters option. Looking at the kmers is also a good indicator of possible artificial sequence contamination!

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Pathogen Surveillance with Advanced Genomic Tools
          by seqadmin




          The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
          03-24-2025, 11:48 AM
        • seqadmin
          New Genomics Tools and Methods Shared at AGBT 2025
          by seqadmin


          This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

          The Headliner
          The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
          03-03-2025, 01:39 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 03-20-2025, 05:03 AM
        0 responses
        41 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-19-2025, 07:27 AM
        0 responses
        51 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-18-2025, 12:50 PM
        0 responses
        38 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-03-2025, 01:15 PM
        0 responses
        193 views
        0 reactions
        Last Post seqadmin  
        Working...