Design for linear model
0
0
Entering edit mode
ijvechetti ▴ 10
@ijvechetti-20701
Last seen 22 months ago
United States

Hello all,

I'm trying to understand concepts on the linear model and the best way to design my experiment. I have RNAseq data and my design is 2 groups (H and C) and 2 conditions (E and S). To check for the main effects and the interactions what would be the best design:

dds..........design= ~ Condition + Exercise + Condition:Exercise dds <- DESeq(dds)

or

dds........design_ full: ~ Condition + Exercise + Condition:Exercise; reduced: ~ Condition + Exercise dds <- DESeq(dds, test="LRT", reduced=~Condition + Exercise)

Both I get

resultsNames(dds) [1] "Intercept" "ConditionCPvsHealthy" "ExerciseYesvsNo"
[4] "ConditionCP.ExerciseYes"

I'm trying to understand the differences in both models and any insight would be much appreciated.

statistic • 455 views
ADD COMMENT

Login before adding your answer.

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