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
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      Today, 07:48 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 07:17 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    20 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-29-2024, 10:49 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Working...
    X