Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • coding exons/ repeats/ rRNA, tRNA, snRNA, snoRNA

    hello,
    i have some small RNA reads data of Arabidopsis thaliana. i have mapped them to Arabidopsis thaliana genome. now i want to exclude these reads(coding exons/ repeats/ rRNA, tRNA, snRNA, snoRNA, etc) from further analysis. but the question is how can i know which reads are (coding exons/ repeats/ rRNA, tRNA, snRNA, snoRNA)?

  • #2
    You could filter based on the location in the genome that the read maps to. Using samtools you could write an application (Java has the best samtools bindings, perl is okay, C is harder) to read in the mapped reads, produce a list of reads that map to an excluded location, and output to a new file all the reads that map somewhere else. That's how I would approach it. There may already be some tools that do similar things, but I haven't seen any.

    Comment


    • #3
      This seems like the kind of task that could be done with BEDTools.
      Links: Download and Manuscript.

      The manual describes a few functions in that might be handy. For example, 'IntersectBed' using the 'Reporting the absence of any overlapping features' option might do the trick. Similarly the 'SubtractBed' function might be useful.

      I assume you will need to convert your mapped read files to BED format and get an annotation BED file containing the regions you wish to exclude. BEDTools seems to have functions to facilitate some file conversions.

      Comment


      • #4
        Right, i would do as mrawlins proposed, only working on bed files (smaller than sam).
        Of course this implies that you know the genomic location of your tRNA/rRNA/etc.

        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...
          05-06-2024, 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, Yesterday, 06:57 AM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-06-2024, 07:17 AM
        0 responses
        15 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
        24 views
        0 likes
        Last Post seqadmin  
        Working...
        X