Announcement

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

  • How to properly 'filter' with bowtie via --un?

    Hi,

    I would like to filter my small RNA-seq data vs. tRNA/rRNAs. However, after I did the filtering, I still end up with reads there when I count.

    What I did is the following:

    1. Download the tRNA/rRNA subset from UCSC by selecting repClass = 'tRNA' and 'rRNA'

    2. Create a FASTA file from that using bedtools getfasta

    3. Map my FASTQ files to a bowtie index built from those FASTA files using less strict criteria than I use for my actual mapping (-v 3, ie. 3 mismatches allowed), write unmapped reads to a new FASTQ via --un

    4. Map those unmapped reads to the genome using more strict criteria (-v 0)

    5. Count reads on the tRNA/rRNA bed files that I originally downloaded in R using summarizeOverlaps with mode='IntersectionStrict'

    Albeit few, I still end up with reads that are being counted there. I wonder how is that possible? What's a possible reason for that?

    Any help's greatly appreciated
    Last edited by rxzlmn; 08-11-2014, 02:13 AM.

  • #2
    Hard to say... could be that the UCSC sets are not complete, or maybe a high sequence redundancy between ncRNAs?

    I'd recommend SortMeRNA for getting rid of rRNA reads in samples though.

    Comment


    • #3
      I figured it out myself, it was a problem with 0-based coordinates from the UCSC data.

      After reading the bed files through read.table with makeGRangesFromDataFrame and starts.in.df.are.0based=TRUE, no more hits are being reported.

      Comment


      • #4
        Out of curiousity, do the reads that map to tRNA/rRNA after filtering have more than 3 mismatches? Regardless, one thing to keep in mind is that there is often some randomness in the results of various aligners (e.g., if you reorder the reads, you'll often get slightly different alignments). That may also be the cause of what you're seeing.

        Edit: I guess you figured out the problem, nevermind!

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Advanced Methods for the Detection of Infectious Disease
          by seqadmin




          The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
          ...
          11-27-2023, 01:15 PM
        • seqadmin
          Strategies for Investigating the Microbiome
          by seqadmin




          Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
          11-09-2023, 07:02 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 02:24 PM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 07:37 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-04-2023, 08:23 AM
        0 responses
        8 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-01-2023, 09:55 AM
        0 responses
        24 views
        0 likes
        Last Post seqadmin  
        Working...
        X