Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Differentially expressed exons?

    I know Cufflinks and DEGseq can do DE gene analysis. Consider the resolution of mRNA sequence, it will be even more interesting to look at the DE at the exon level rather than the gene level. Does anyone know any available software or adapted method for identification of DE exons for mRNA sequencing?

  • #2
    Certainly, DEGseq can do this job if you give the gene annotation per exon instead of gene. You need write some simple script to split genes into exons, but remember to follow the refflat format.
    Xi Wang

    Comment


    • #3
      Originally posted by Xi Wang View Post
      Certainly, DEGseq can do this job if you give the gene annotation per exon instead of gene. You need write some simple script to split genes into exons, but remember to follow the refflat format.
      Can you explain it in more details about making the exon annotation?

      All those format conversions are a nightmare for a biology person without too much background in computer science like me. But if you can give more detailed insturctions, I can get help from IT person and get it done.

      P.S. Affymetrix is providing exon microarrays now, and I think more and more people will be interested in exon analysis intead of gene. A function of exon expression analysis will certainly be an advantage of DEGseq, which will attract more users as well.

      Comment


      • #4
        Ok, let's start from the exon regions you already have, for example,

        Code:
        chr1  100    200 -
        chr1  1000  1200 -
        chr1  2000  2300 -
        then you write into the format below:

        Code:
        Exon_1       Exon_1       chr1    -       100         200         100        200        1      100,      200,
        Exon_2       Exon_2       chr1    -       1000        1200        1000       1200       1      1000,     1200,
        Exon_3       Exon_3       chr1    -       2000        2300        2000       2300       1      2000,     2300,
        A script will do this automatically.

        If you don't have the data for every exon, you need extract the information from gene annotation, and be careful of the redundant exon regions.

        Thanks for you suggestion. We may add this function of analyzing differentially expressed exons in our package in next update. That will be more direct to get what you want.
        Xi Wang

        Comment


        • #5
          An easier way would be to pull down the exons from UCSC in bed format and then use BEDTools' intersectBed utility to count the number of reads mapping to the individual exons. You can then do count statistics or calculate RPKM values for individual exons. If you save your alignment in SAM/BAM format BEDTools can convert your alignments to bed format, otherwise you will have to write your own script or use another utility to convert your aligned reads to bed format.

          I think that you might find it difficult to identify differentially spliced exons this way, because you would find so many differentially expressed exons between samples that reflect differential expression rather than differential splicing. To really identify differentially expressed isoforms I think you need a more dedicated algorithm to compare the individual exon levels within a gene to other exons within the same gene. The problem here is that different exons are sequenced with variable efficiency and also mapped with different efficiency (some might contain repeat regions and). These problems are also present when comparing expression between two different genes, but I would think the problem increases as the length of the element decreases because it becomes more and more vulnerable to sequencing and mapping artefacts. Comparing expression of the same gene between to samples is another matter as they are subjected to the same biases, but of course the dynamic range of the measurement may decrease.

          Btw, DEGseq seems like a really nice and easy to use package, my concerns regarding its use in this way is merely of a general nature and not specific to DEGseq.
          Last edited by Thomas Doktor; 02-19-2010, 07:53 AM.

          Comment


          • #6
            Originally posted by Thomas Doktor View Post
            I think that you might find it difficult to identify differentially spliced exons this way, because you would find so many differentially expressed exons between samples that reflect differential expression rather than differential splicing. To really identify differentially expressed isoforms I think you need a more dedicated algorithm to compare the individual exon levels within a gene to other exons within the same gene. The problem here is that different exons are sequenced with variable efficiency and also mapped with different efficiency (some might contain repeat regions and). These problems are also present when comparing expression between two different genes, but I would think the problem increases as the length of the element decreases because it becomes more and more vulnerable to sequencing and mapping artefacts. Comparing expression of the same gene between to samples is another matter as they are subjected to the same biases, but of course the dynamic range of the measurement may decrease.
            I totally agree.

            Comment


            • #7
              If I am particularly interested in a few genes, any easy way to compare those exon expressions within these genes?

              Comment


              • #8
                Originally posted by jiwu2573 View Post
                If I am particularly interested in a few genes, any easy way to compare those exon expressions within these genes?
                If you have the well-defined exons for these genes, you can simply use some tools, such as BEDtools, to get the number of reads falling in these exonic regions. Than, statistic methods can be applied to identify the differentially expressed exons. Or some existing tools, such as DEGseq, can help you with the statistical inference.
                Xi Wang

                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
                31 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