Time Course Design in DESeq2
2
1
Entering edit mode
6.6 years ago
gkuffel22 ▴ 100

Hoping for some help. I can't seem to wrap my brain around how I should set up my design in DESeq2. Here are the details, I have 6 samples from each patients. I have two patients. Each sample represents a different timepoint of treatment. For each patient I have 2 age-matched healthy controls. So I have 8 samples that correspond to patient 1 and 8 samples that correspond to patient 2. We want to do two things:

  1. Identify any DE miRNAs within a patient as a result of the treatment over time.
  2. Identfify any DE miRNAs between patients at any of the time points.

I'm also really not sure of how to incoroporate the controls. Any help is greatly appreciated.

miRNA-Seq DESeq2 Time-course • 2.0k views
ADD COMMENT
0
Entering edit mode
6.6 years ago
shoujun.gu ▴ 380

for 1: check maSigpro. for 2: any DE analysis package can do it.

ADD COMMENT
0
Entering edit mode

Thanks for the reply. Both 1 & 2 can be accomplished in DESeq2. I am looking for a DESeq2 expert to help me set up the design and interaction terms.

ADD REPLY
0
Entering edit mode

ok, i see. But all these information should be found in DESeq2 manual.

ADD REPLY
0
Entering edit mode

I actually consider myself very well-versed with the DESeq2 manual and vignettes. Although there is a vignette that describes time course analysis using the Fission dataset I am having a difficult time relating it to my specific conditions. This is why I am reaching out to the community looking for a DESeq2 expert.

ADD REPLY
0
Entering edit mode
6.6 years ago
gkuffel22 ▴ 100

Is it reasonable to use the design below to identify DEmiRNAs between patients?:

ddsHTSeq1 <-DESeqDataSetFromHTSeqCount(sampleTable=sampleTable, directory=directory, design = ~ Time + Patient)

ADD COMMENT

Login before adding your answer.

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