Differential expression analysis with 7 factors (levels) at once?
1
0
Entering edit mode
melander • 0
@1e9b66c7
Last seen 13 months ago
Germany

Hi,

is it possible to compare this 7 factors (levels) at once?

dds$brain_areal = factor(dds$brain_areal, levels = c("primary and secondary corticies","limbic and association corticies", "archicortex", "thalamus and hypothalamus", "white matter structures", "cerebellar gray matter", "striatum"))

Normally R uses the first and the last factor for comparison. I want to know, if I can perform everything at once?

I want to create Networks for gene expression with wTO and then compare them with CoDiNA..

DESeq2 • 602 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 7 hours ago
United States

You could use the likelihood ratio test instead of the Wald test. The former tests a full model (that includes brain_areal) and a reduced model (that does not include brain_areal), to see if the full model fits the data better. See the vignette for more details.

ADD COMMENT
0
Entering edit mode

Thank you!

ADD REPLY

Login before adding your answer.

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