Seqanswers Leaderboard Ad

Collapse

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
          Advancing Precision Medicine for Rare Diseases in Children
          by seqadmin




          Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
          12-16-2024, 07:57 AM
        • seqadmin
          Recent Advances in Sequencing Technologies
          by seqadmin



          Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

          Long-Read Sequencing
          Long-read sequencing has seen remarkable advancements,...
          12-02-2024, 01:49 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 12-17-2024, 10:28 AM
        0 responses
        23 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-13-2024, 08:24 AM
        0 responses
        42 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-12-2024, 07:41 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-11-2024, 07:45 AM
        0 responses
        42 views
        0 likes
        Last Post seqadmin  
        Working...
        X