Hi Folks, this is a conceptual question:
I have a RNA-seq dataset where I am trying to make comparisons among 3 levels of a factor - two parental genotypes and an F1. In addition to asking whether there is pairwise DE between genotypes (simple using contrast arguments in results), I would like to ask whether the F1 is intermediate between the two parents. This test is usually accomplished by comparing the mid-parent value (the estimate of the parental means) to the distribution of expression values of the F1. Is there a way to implement this test in DESeq2 - perhaps by setting a contrast between a value (mid parent mean) and the F1 count distribution?
Thanks,
John Lovell
Postdoctoral Fellow, UT Austin.
Could you show us your sample table? Especially, do you have several related trios of father, mother, offspring as individuals (as in mice) or rather of whole collections (as in flies)?
FYI... the way I am currently running the analysis follows:
I am not sure that this is appropriate, but I couldn't think of how to implement it within DESeq. I guess another option would be to extract the estimateSizeFactors normalized data, then run glm.nb.