Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • RNAseq time series data w/ controls for each time point

    Hi everyone,

    I am currently working on a RNAseq data set consisting of 4 time points where each time point has 6 challenged and 6 control individuals (not paired). I have used both DEseq and edgeR for pairwise comparisons such as: time 1 - challenged vs control which worked nicely.

    I am not sure that the reported DE genes at one time point is comparable to the DE genes at another time point. Thus I am looking for a package that can handle time series data. I have found several but none of them handles controls on each time point but prefers a base line expression level or a time 0 (which I don't have).

    I can manage with my pairwise analyses, but if any of you have good suggestions to what I might try I would appreciate it greatly!

    Thanks in advance

  • #2
    You could use DESeq or edgeR still and just not do the pair-wise comparisons. Using DESeq syntax:
    Code:
    fit1 <- fitNbinomGLMs(cds, count~treatment*time)
    fit0 <- fitNbinomGLMs(cds, count~time + treatment:time)
    pvals <- nbinomGLMTest(fit1, fit0)
    ...assuming you're interested in genes that are differentially expressed by treatment when accounting for time point and a possible time-point:treatment interaction.

    Comment


    • #3
      Thanks for the reply.

      I didn't consider doing it this way. Got a bit caught up in my control samples i guess. Will give it a try!

      Cheers

      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, Today, 06:35 AM
      0 responses
      9 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 02:46 PM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      14 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Working...
      X