Hello,
Suppose I have a model with 4 tissue types A, B, C, D and I want to test the differences of the differences. If I use a cell means model and the following code:
results(dds, contrast = c(1,-1,-1,1))
I was wondering how to interpret the output. In particular, does the log fold value give me log(A)-log(B)-log(C)+log(D) = log((A/B)*(D/C))? Setting lfcThreshold then gives a threshold on the above value?
Thank you!
Thanks James! The Kmeans clustering is a great idea. I shall definitely try that.