Dear Biostars: Much of the DGE analyses tutorials and examples are made using binary traits (Presence-Absence) (or a "binarization" of a trait). However, there is not much about dealing with traits in the quantitative scale (Please correct me if I'm wrong).
The basic design of my RNA-seq experiment in a binary fashion will be:
Group Sample TimePoint
A Sample1 0
A Sample1 1
A Sample2 0
A Sample2 1
B Sample1 0
B Sample1 1
B Sample2 0
B Sample2 1
and the design I'm using is = ~ Group + Group:Sample + Group:TimePoint
My question is: Could be possible to run the same analysis in a Quantitative continous fashion? Example matrix:
Group Sample Density
A Sample1 1.3
A Sample1 5.5
A Sample2 1.2
A Sample2 6.7
B Sample1 0.8
B Sample1 3.4
B Sample2 1.6
B Sample2 7.1
and use the same design matrix for the analysis? : ~ Group + Group:Sample + Group:Density
Could this analysis be done using standard DGE analysis packages like DESeq2, edgeR or limma-voom? or will be better to perform linear regressions (on it different tastes) with the quantitative trait as response and normalized gene expression as the explanatory variable?
Any help/thoughts will be much appreciated!!
Best,
Javier
Hi Devon, Thanks for your answer. It is not necessary to add any tweaks, compared to the usual analysis with binary traits?
Nope.