DEseq2: Advice for model (double interaction ?)
1
0
Entering edit mode
5 weeks ago
Picasa ▴ 660

Hi,

I have that kind of data:

| Group | Donor | Condition | Category |
|-------|-------|-----------|----------|
| X     | 1     | KO        | Black    |
| X     | 1     | WT        | Black    |
| X     | 2     | KO        | Red      |
| X     | 2     | WT        | Red      |
| X     | ..    | ..        | ..       |
| Y     | 3     | KO        | Black    |
| Y     | 3     | WT        | Black    |
| Y     | 4     | KO        | Red      |
| Y     | 4     | KO        | Red      |
| Y     | ..    | ..        | ..       |

This is paired sample and want I to test the effect Category but for each Condition and Group so:

Red vs Black for X and KO
Red vs Black for X and WT

Red vs Black for Y and KO
Red vs Black for Y and WT

Any advice ? Thanks for your help

deseq2 matrix dge • 260 views
ADD COMMENT
1
Entering edit mode
5 weeks ago

You probably will have to drop donor as an element of your design, it's obviously nested with other things, and with just two samples per donor, I'm not sure you can model it well anyway. Simpler to just omit it.

The simplest way to compare one subset of sample to another is to make a new column of group_condition_category, make that your design, and use contrasts to specify what gets compared to what.

ADD COMMENT
0
Entering edit mode

Thanks for your advice. I will try this

ADD REPLY

Login before adding your answer.

Traffic: 2271 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