Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Need advice on analysing RNA-seq time series

    Hi everyone,

    I have performed RNA-seq from different stages of embryogenesis. Some stages have two, three or four replicates, while some have none. I want to identify a set of genes that I can say are associated with embryogenesis in general - of all stages.

    What I have done so far is to use DESeq2 and performed pairwise DE-tests between all the different stages and extracted the significant genes from each test, pooled them and extracted the unique genes. But I am not sure if this is the best way (or even a correct way) to do it. And I guess I should perform some kind of statistical test on my procedure, like permutations or something.

    Any advice on how to analyse this data is greatly appreciated.

    Thanks,

    Jon

  • #2
    hi Jon,

    The likelihood ratio test (see the section in the vignette) can be used to test for differences at any stage. Here, you specify a reduced formula where you remove the stage variable from the design (so if your design is ~ stage, then reduced = ~ 1).

    Mike

    Comment


    • #3
      Originally posted by Michael Love View Post
      hi Jon,

      The likelihood ratio test (see the section in the vignette) can be used to test for differences at any stage. Here, you specify a reduced formula where you remove the stage variable from the design (so if your design is ~ stage, then reduced = ~ 1).

      Mike
      Thanks!

      Jon

      Comment


      • #4
        Originally posted by Michael Love View Post
        hi Jon,

        The likelihood ratio test (see the section in the vignette) can be used to test for differences at any stage. Here, you specify a reduced formula where you remove the stage variable from the design (so if your design is ~ stage, then reduced = ~ 1).

        Mike
        Dear Mike,

        Sorry for asking novice questions.
        I have only one variable to my design (condition) that includes all the different stages as well as the non-reproductive stages (which I want to use as controls). When I created the dataset I used design = ~ condition, but will this be correct if I want to use reduced = ~ 1 as you suggested?

        Jon

        Comment


        • #5
          Using full = ~ condition and reduced = ~ 1 tests for any difference in counts related to the levels of condition. this will include genes where stage 1 is different than control, and genes where stage 2 is different than stage 1, etc.

          Comment


          • #6
            The basic idea here is you’re looking for genes in which the beta term in the equation expression = beta * stage + constant is significantly different from zero. This is a generalized linear model.

            So you’re not going to get genes that are just different between stage 1 and stage 2, then do what ever else in stages 3-5 or what not. You’re going to be finding genes that consistently show a trend, up or down, as stage progresses.

            You can also put any other confounding variables in there. So if you have different batches of embryos in any way or different sequencing run/library prep days, you may want to try to control for that by adding another variable (design = ~ condition + batch, reduce = ~ batch).

            Comment


            • #7
              hi Wally,

              re: "show a trend" that would be true if stage was a numeric, but I guess Jon coded it is a factor.

              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, 07:03 AM
              0 responses
              15 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-10-2024, 06:35 AM
              0 responses
              37 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-09-2024, 02:46 PM
              0 responses
              45 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-07-2024, 06:57 AM
              0 responses
              39 views
              0 likes
              Last Post seqadmin  
              Working...
              X