DEXSeq analysis for paired samples
1
0
Entering edit mode
@philip-jonsson-5655
Last seen 9.6 years ago
I'm using DEXSeq to analyze some RNA-seq data. Despite reading the manual I'm not quite sure I'm doing it correctly for my paired samples. I have for samples, with the current design for the ExonCountSet: condition experiment Sample1 treatment 1 Sample2 treatment 2 Sample3 control 1 Sample4 control 2 So the first two samples are the experimental ones, the two last ones controls, paired with the first two. In the ensuing analysis, I do as follows: formula1 = ~ sample + exon + experiment:exon + condition:exon formula0 = ~ sample + exon + experiment:exon ecs = estimateDispersions(ecs, minCount=5, nCores=cn, formula=formula1) ecs = testForDEU(ecs, nCores=cn, formula0=formula0, formula1=formula1) Is this the correct way to account for the paired nature of my samples? [[alternative HTML version deleted]]
DEXSeq DEXSeq • 1.2k views
ADD COMMENT
1
Entering edit mode
Simon Anders ★ 3.7k
@simon-anders-3855
Last seen 3.7 years ago
Zentrum für Molekularbiologie, Universi…
Hi Philip On 10/01/14 15:45, Philip Jonsson wrote: [...] > formula1 = ~ sample + exon + experiment:exon + condition:exon > formula0 = ~ sample + exon + experiment:exon > > ecs = estimateDispersions(ecs, minCount=5, nCores=cn, formula=formula1) > ecs = testForDEU(ecs, nCores=cn, formula0=formula0, formula1=formula1) > > Is this the correct way to account for the paired nature of my samples? Yes, this is correct. One point: Make sure that 'experiment' is interpreted as a factor and not as an integer vector. Simon
ADD COMMENT

Login before adding your answer.

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