randomized design (Treatment and time)
1
0
Entering edit mode
JP • 0
@jp-19506
Last seen 6.7 years ago

I have data from a randomized clinical study evaluating a treatment effect (Treat vs. Placebo). Samples were collected at baseline and end of treatment (Time: Baseline vs. Final). I want to to identify bacterial taxa changes from associated with Treat, and each subject served as their own control over time and exposure . I was wondering if I could use the following lines?

Any suggestion would be greatly appreciated!

design(dds) <- ~ SubjectID+Time + Treat + Time:Treat dds <- DESeq(dds, test="LRT", reduced = ~ SubjectID+Time + Treat)

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

Yes this design will pull out the differences over time, controlling for the difference at base line, while also each subject has their own placebo baseline.

ADD COMMENT

Login before adding your answer.

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