Dear all,
I would like to understand the listValues argument of DESEQ2 when comparing multiple groups. For i.e. 1 vs 2 is like this,
res <- results(dds, contrast=list("conditionAB", c("conditionAA", "conditionBB"), listValues=c(1, -1/2))
What about 4 vs 2? or 2 vs 3?
res <- results(dds, contrast=list(c("conditionA","conditionB","conditionC","conditionD"), c("conditionAA", "conditionBB")), listValues=c(4, -1/2))
res <- results(dds, contrast=list(c("conditionA","conditionB"), c("conditionAA", "conditionBB","conditionCC")), listValues=c(2, -1/3))
Is this right?
I think I am not understanding at all this part. Could you please explain better, otherwise forward me to some link to understand better. Thnaks
Unfortunately I don’t have a lot of extra time so I have to limit myself to software related questions. For statistical design and interpretation of results I’d recommend collaborating with a local statistician or someone familiar with linear models in R.
Thank for your time and reply. If I had a local statistician I wouldn't be asking this question in community. Unfortunately, in the manual I do not find a lot of information or examples, which would help to understand particular cases. Only classical treated vs untreated. I have treated data of several patients (no replicates) which I want to compare together against untreated donor patients. Since these are not replicates but data from different patients at different level of disease, I guess taking the average is a good way? This is what I am doing, but I am not sure this is the rigth way to compare conditions coming from different patients. Any suggestion is much appreciated. Thanks.
Despite not having coordinated someone you could plan your statistical analysis with, I still can't offer statistical consulting on the support site. I have to restrict my time to software related questions.