DESeq2 more than 2 groups comparison
1
0
Entering edit mode
sstankovic • 0
@sstankovic-21420
Last seen 6.3 years ago

Hello,

I am new to DE analysis, and I also looked for the answer to my question prior to writing, so sorry if there is a similar thread already and I couldn't find it.

I am trying to analyze the data from the RNA-seq analysis of the 5 different groups (A, B, C, D and E) with 3 biological replicates each. I would like to compare all my groups (B,C,D,E) to my control (A). My question now is: Is it better to compare the 2 specific groups at the time (B vs A, C vs A...) using the input raw counts file containing all the groups and replicates (e.g. A1, A2, A2, B1...) using the DESeq2 result function like this: res<- results(dds, name = "conditionBvs_A")?

Or, is it better to first create the file containing only the raw counts of A and B, and then perform DESeq analysis, using that input file only, and without specifying any 'name' in the result function, as following? res<- results(dds)

I tried both, and I obtained different numbers of DE genes.

I now don't understand why there is this difference (due to the different normalization possibly?), and which method is better to use?

Thank you, any help is appreciated. Snezana

deseq2 • 2.9k views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 2 days ago
United States

This is one of the frequently asked questions in the vignette (see FAQ at the end).

ADD COMMENT
0
Entering edit mode

Found it, thank you.

ADD REPLY
0
Entering edit mode

Found it, thank you.

ADD REPLY

Login before adding your answer.

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