Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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

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


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


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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        18 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        16 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        47 views
        0 likes
        Last Post seqadmin  
        Working...
        X