Hello,
I have 11 samples covering 10 time points. Time point 1 has a control sample and a treated sample. The following 9 time points are all treated samples.
I wish to be able to compute the ratios between the control sample and the treatment samples at each time point and then plot these ratios in order to observe the general expression trends over time for each gene. Ultimately I want to cluster these profiles in order to identify genes that roughly behave in a similar manner over time.
DESeq can compute fold changes between two samples and it has the getVarianceStablizedData() function to normalise the data such that it has similar variance (for clustering). In the vignette, the example is with two samples- is it OK to perform the getVarianceStablizedData on the entire set of samples and then compute moderated log fold changes (as in the vignette) at each timepoint (treatedTimepoint_x - control)? For each gene I can then generate a series of moderated fold changes- is it then appropriate to cluster genes based on these profiles?
I have 11 samples covering 10 time points. Time point 1 has a control sample and a treated sample. The following 9 time points are all treated samples.
I wish to be able to compute the ratios between the control sample and the treatment samples at each time point and then plot these ratios in order to observe the general expression trends over time for each gene. Ultimately I want to cluster these profiles in order to identify genes that roughly behave in a similar manner over time.
DESeq can compute fold changes between two samples and it has the getVarianceStablizedData() function to normalise the data such that it has similar variance (for clustering). In the vignette, the example is with two samples- is it OK to perform the getVarianceStablizedData on the entire set of samples and then compute moderated log fold changes (as in the vignette) at each timepoint (treatedTimepoint_x - control)? For each gene I can then generate a series of moderated fold changes- is it then appropriate to cluster genes based on these profiles?
Comment