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
          Understanding Genetic Influence on Infectious Disease
          by seqadmin




          During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

          Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
          09-09-2024, 10:59 AM
        • seqadmin
          Addressing Off-Target Effects in CRISPR Technologies
          by seqadmin






          The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
          08-27-2024, 04:44 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 09-11-2024, 02:44 PM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-06-2024, 08:02 AM
        0 responses
        146 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-03-2024, 08:30 AM
        0 responses
        153 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 08-27-2024, 04:40 AM
        0 responses
        163 views
        0 likes
        Last Post seqadmin  
        Working...
        X