DESeq2 on 2 genotypes versus 1 control
1
0
Entering edit mode
@cardinjulie-12735
Last seen 6.3 years ago

Hi,

  I am student in bioinformatics. I had read the nice vignette for DESeq2. There is a lot of nice information. But even if it is great, I still have a question to address and I am not sure which approach I should use. I have already done DESeq2 for one group versus control and it works well. I was reading about conditions... and I am not sure how to treat it when I have 2 different genotypes and I want what they have in Common compare to a control group. Any suggestion?

Thank you very much

deseq2 • 866 views
ADD COMMENT
0
Entering edit mode

If, by common, you mean having an identical difference (upto noise) in both genotypes when compared to control, then you could create another variable along the lines of condition2 <- ifelse(condition=="control", "control", "common_genotype") which would 'pool' the two genotypes, but this is probably artificial and what you want is Michael's answer.

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 1 hour ago
United States

There's not a single contrast that you can get the set of genes which are DE in group 1 vs control and group 2 vs control. I'd suggest you build the two results tables and then either take the FDR bounded subset in both groups (this final set doesn't have an FDR interpretation though), or you could combine the p-values for the two groups and then run p.adjust(res$pvalue, method="BH").

ADD COMMENT

Login before adding your answer.

Traffic: 845 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6