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
          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
        30 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        32 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        53 views
        0 likes
        Last Post seqadmin  
        Working...
        X