DESeq2 using multiple conditions
1
0
Entering edit mode
aangajala ▴ 20
@aangajala-12237
Last seen 6.2 years ago

Hello, I have multiple conditions, such as condition1( Normal and Cancer), condition2( age bellow 50 and above50), so I want to see DEGs of age in Normal samples and cancer.

So for this do I have produce dds twice by separating coldata , one for normal and one for primary. And then use condition for age ?

Please advice.

Thank you.

deseq2 • 915 views
ADD COMMENT
0
Entering edit mode

Sorry...

design(ddsMF) <- formula(~ type + condition)

My question is how many variables can we give. Here in this code only two variables are used? Or is there a limit?

ADD REPLY
1
Entering edit mode

You should look up the “Interactions” section of the vignette, and you can follow the construction of a new variable group using the factor() and paste() functions.

ADD REPLY
1
Entering edit mode
@mikelove
Last seen 3 hours ago
United States

Hi,

Please look over the detailed vignette,  A lot of your questions can be answered there:

vignette(“DESeq2”)

ADD COMMENT

Login before adding your answer.

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