I have an experiment where I got 2 factor, the first one is the cell line, and the second one is the treatment.
In this, one cell line is derived from the other, the derived cell line received a inducible gene.
I then treated both cell lines with the inducer or vehicle.
I want to set the factors so DESeq2 compared the mother cell line +/- inducer to obtain the list of genes that are altered by the inducer alone, to the get the list of genes that are altered from the derived cell line +/- inducer and compare to the first result.
as in factors A, B, C and D, I want AxB=AB and CxD=CD, then compare ABxCD.
is that something DESeq2 can do?
I tried setting the factor levels like that:
dds$Cond <- factor(dds$Cond, levels = c("PRH_D","PRH_V","PC3_D","PC3_V"))
and got that:
##[1] "Intercept" "Cond_PRH_V_vs_PRH_D" "Cond_PC3_D_vs_PRH_D"
##[4] "Cond_PC3_V_vs_PRH_D"
anyone have any tip on how i could set this levels?
keep in mid I am quite new to this.
thanks in advance.
Please use the formatting bar (especially the
code
option) to present your post better. You can use backticks for inline code (`text` becomestext
), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.Also,
is not how one should phrase that they're new to a field in a formal/professional setting. You can simply say "I am quite new to this" without instructions on what others should do with that information.
Wait, what? I get asking people to format their posts better, but how is "Keep in mind [...]" wrong or not appropriate? Don't be so pedantic.