I have a question which is very important for me.
Basically I am buidling my condition like this
condition <- factor(c(rep("Normal", 10),rep("Tumor", 11)))
The values are count values and I want to know if I am doing the condition correct and if so, should I take the logarithm 2 myself before I use the standard method ?
I mean by standard method is dds <- DESeq(dds)
@Simon Anders I did not mean to offend you. The problem is that if I use count , then I don't know if it will be normalized insdie the standard calculation or not. I read the vinegette very well but to be honest, I have never seen such an explanation, I even read their paper . That is why I ask here.
No they are not pair. so is my condition correct when I want to compare Treated versus Control ?
Thanks a lot for your comment