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
                          Advanced Tools Transforming the Field of Cytogenomics
                          by seqadmin


                          At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
                          09-26-2023, 06:26 AM
                        • seqadmin
                          How RNA-Seq is Transforming Cancer Studies
                          by seqadmin



                          Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
                          09-07-2023, 11:15 PM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by seqadmin, Yesterday, 09:36 AM
                        0 responses
                        8 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 10-02-2023, 07:14 AM
                        0 responses
                        15 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 09-29-2023, 09:38 AM
                        0 responses
                        16 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 09-27-2023, 06:57 AM
                        0 responses
                        16 views
                        0 likes
                        Last Post seqadmin  
                        Working...
                        X