Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Cuffdiff time series with two groups

    Hi!
    I have 4 sample groups. Diabetics and healthy at two time point, before and after intervention.

    So, how can I analyse changes in gene expression in the diabetic groups, CONTROLLED for by the healthy group.

    This means I have two discrete groups, but at two timepoint.

    How to tell this to Cuffdiff?

    Thanks!

  • #2
    You can't, you'll have to use something else. Cuffdiff is only useful for very basic designs.

    Edit: I should note that you could make the pair-wise comparisons with cuffdiff, but that's not what you want. Give DESeq2/edgeR/limma a try, they're MUCH more flexible.
    Last edited by dpryan; 10-10-2013, 11:46 AM.

    Comment


    • #3
      Wow. Thats a bummer.

      What do you suggest? Im currently testing EdgeR.

      Comment


      • #4
        I'm quite happy with DESeq2. I've used edgeR again recently but have been a bit unhappy with it calling things significant due simply to an outlier sample (DESeq2 flags these on a per-gene basis, though I've also been bitten by this once in a partial knock-out dataset).

        Comment


        • #5
          Ok, sounds like DESeq is the way to go.

          Thanks a lot!

          Im thinking of running Cuffdiff 2.1.1, EdgeR & DEseq. Then compare everything and decide what to use in the publication.

          Comment


          • #6
            Originally posted by sindrle View Post
            Im thinking of running Cuffdiff 2.1.1, EdgeR & DEseq. Then compare everything and decide what to use in the publication.
            I suspect that's a pretty common route people take. Just make sure to validate a few candidates and then base your tool of choice on that rather than simply which gives the bigger list of DE genes!

            Comment


            • #7
              Thanks for the advice!
              Any suggestion on candidates btw? I already have 5 genes tested with qPCR.

              Comment


              • #8
                Try to pick a couple that aren't called DE by all of them. That should help determine which of the models better fit your dataset.

                Comment


                • #9
                  Thats a great tip!!
                  Thank you.

                  Comment


                  • #10
                    Can you please guide me on using DEseq2 for this purpose?
                    I dont quite understand how to input:

                    Healthy at baseline, healthy at timepoint 2
                    &
                    Normals at baseline, normals at timepoint 2

                    Comment


                    • #11
                      Originally posted by sindrle View Post
                      Can you please guide me on using DEseq2 for this purpose?
                      I dont quite understand how to input:

                      Healthy at baseline, healthy at timepoint 2
                      &
                      Normals at baseline, normals at timepoint 2
                      There are two ways one could look at that, I'll just give you one. Suppose you had 8 samples evenly divided into timepoints and normal/healthy groups:

                      Code:
                      status <- factor(c(rep("healthy",4), rep("normal",4)), levels=("normal", "healthy")
                      timepoints <- factor(c(rep(c(1,2), 4)))
                      des <- formula(~timepoints+status)
                      You can then use "des" as the design for your experiment. Alternatively, swap a "*" for the "+" on the last line to include an interaction term, which you probably want.

                      Comment


                      • #12
                        You are awsome!
                        Some day I hope Ill repay in some way

                        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
                        24 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-10-2024, 10:19 PM
                        0 responses
                        25 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-10-2024, 09:21 AM
                        0 responses
                        21 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-04-2024, 09:00 AM
                        0 responses
                        52 views
                        0 likes
                        Last Post seqadmin  
                        Working...
                        X