I have RNA-seq data for four time points (spaced unequally), A B C and D. I have done both a spline and a group model to look for overall changes over time and between timepoints.
Is there a way of testing whether the amount of up- or downregulation is different between A/B and B/C or C/D (e.g. whether there is more upregulation between earlier timepoints)? Is sum(log2FC), separate for up and downregulated genes, the best way of expressing this?
I know it is possible that a lowly-expressed gene can change its expression slightly and produce a big log2FC, distorting the data; thus I'm also looking at the number of changing genes (first plot) and the number of counts underlying these changes (third plot).
e: I assume I can use the Chi2 test to examine the number of changing genes (first plot), and possibly the Mann-Whitney-U test to compare the amount of counts (third plot), but I am unsure which test would be appropriate for the second.
Yeah, thought so. For a bit more context, this is an early figure in the paper, and is supposed just to summarise how we see the transcriptome change over time (i.e. "are there more changes early in life"). On consultation with a biostatistician, we are likely to replace it with a density plot of log2 fold changes of all genes (regardless of p-value). I do use jitter plots with a line for the median for individual genes, but we thought it would be good if we were able to represent the whole changing transcriptome.