Entering edit mode
Hi all,
I would like to combine two of my groups (lung and heart) into one for the results but I am not quite getting it to work:
I tried:
res4<-results(dds4,contrast=c("DIAGNOSIS","none",("heart","lung")))
Can anyone help me how I could do this?
Thank you!
Thank you I looked at ?results:
But I cannot see where they combine two variables ("heart" and "lung" in my case) against another "none" in the examples?
It sounds like you should use a numeric contrast. See the
contrast
argument.Thanks but thats what you said before and I unfortunately do not find any info in the ?results for my specific question.
I'd recommend you collaborate with a local statistician to help come up with an appropriate contrast for various hypotheses.