Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Removing overrepresented sequences (rRNA contaimation) from RNAseq raw data

    Hello,

    I recently got data back from a single-end RNAseq run. After looking at the fastQC report, there were many overrepresented sequences in my samples. I BLASTed these sequences and all sequences were identified as rRNA. I would like to remove these rRNA sequences from my samples prior to beginning any analysis.

    In order to do so, I tried using Trimmomatic and used a custom .fa file containing the overrepresented sequences. This would theoretically remove all of those sequences. However, this was not successful in removing the rRNA sequences from my samples. I am not sure if it is an issue with my custom "adapter" .fa file or an issue with my code. Below is an excerpt of the .fa file I created containing the overrepresented sequences I'd like removed (there are about 100 sequences in the actual file):

    >seq
    GCCGACATCGCCGCAGACCCCTGACGCCTTTGACGTGGGCCGATCCCCGC
    >seq
    CCGACATCGCCGCAGACCCCTGACGCCTTTGACGTGGGCCGATCCCCGCC
    >seq
    GGCGAAGGTGGCTCGCGGCTCCGGCCGTGAGCTTTACAGCGCCCCCTCGC
    >seq
    GGGACGGCCGCTCGGTGCGGGAGGATCCCCTCGTGGGACCTCTCCCCGGC



    Also, here is the command line I tried to use:

    java -jar /opt/linux/centos/7.x/x86_64/pkgs/trimmomatic/0.33/bin/trimmomatic.jar SE -phred33 ~/bigdata/mahi_mucus/rawreads/966/C1.fastq C1_trialtrim.fastq.gz ILLUMINACLIP:~/bigdata/mahi_mucus/overrepseq/ca1topoverrep.fa:2:30:10 LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:36


    Has anyone had any success using Trimmomatic to remove custom overrepresented sequences? Any tips would be greatly appreciated. I am open to other methods as well.
    P.S. I tried using cutadapt which did not work either.

    Let me know if there is any other information that would be helpful. Thanks everyone!

  • #2
    I suggest that you use bbsplit.sh from BBMap suite along with a copy of rDNA repeat (if available) for your organism to bin reads into rRNA and rest pools.

    There are other tools like sortMeRNA that do something similar.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Best Practices for Single-Cell Sequencing Analysis
      by seqadmin



      While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
      Yesterday, 07:15 AM
    • seqadmin
      Latest Developments in Precision Medicine
      by seqadmin



      Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

      Somatic Genomics
      “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
      05-24-2024, 01:16 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 06:58 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:18 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:04 AM
    0 responses
    18 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 06-03-2024, 06:55 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Working...
    X