Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • koneru_18
    Junior Member
    • Oct 2011
    • 5

    Resources for miRNA Expression

    Hello,

    I have miRNA expression data of control and disease samples. What are the resources to identify differential expression in the miRNA samples?

    Can someone help me on this?

    Thanks in advance
  • sudders
    Member
    • Dec 2011
    • 32

    #2
    Hi Koneru,

    A simple first thing to try might be to count the number of reads that map over each microRNA on the genome and just use DESeq or EdgeR to test for differential expression.

    We count overlaps with genomic regions using the coverageBED program which is part of the bedtools package.

    A sample work flow might be:

    1) Map miRNA reads to the genome with Bowtie
    2) You can get a gtf with the genomic co-ordinates of miRNAs from miRBase.org, convert it to a BED.
    3) Run coverageBED using the bed file you generated in 2 and the bam file from Bowtie
    4) Repeat for each of your samples
    5) Use DESeq to test for differential expression between your samples.

    Ian
    ---

    Comment

    • polsum
      Member
      • May 2009
      • 32

      #3
      Originally posted by sudders View Post
      Hi Koneru,

      A simple first thing to try might be to count the number of reads that map over each microRNA on the genome and just use DESeq or EdgeR to test for differential expression.

      We count overlaps with genomic regions using the coverageBED program which is part of the bedtools package.

      A sample work flow might be:

      1) Map miRNA reads to the genome with Bowtie
      2) You can get a gtf with the genomic co-ordinates of miRNAs from miRBase.org, convert it to a BED.
      3) Run coverageBED using the bed file you generated in 2 and the bam file from Bowtie
      4) Repeat for each of your samples
      5) Use DESeq to test for differential expression between your samples.

      Ian
      ---
      How do you account for multiple mappings? if a read maps on more than 1 genomic location, how do you assign the read to different mappings? thanks.

      Comment

      • unique379
        Member
        • Aug 2012
        • 27

        #4
        hello all,

        I would like to have Genome coordinates of miRNAs in .gtf (miRNA.gtf) format so, is it possible to convert from .gff3 from miRBase ?? if yes the how ??


        Thanks and looking forward for your kind reply

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        15 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        34 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        36 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 11:40 AM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Working...