Hello All
I have a set of DE gens from DESeq (filtered with p_value<=0.05
, FDr<=0.1
and Logfoldchange for up and down regulated genes )In my case I filtered and taken this as my DE genes.
Now I am a little bit confused here. Is this genes differently expressed over my treatment samples(leu) or control(Normal). My design looks like this from one example
single_patDesign = data.frame(row.names = colnames( single_pat ),condition = c("Leu","Leu","Normal"))
where I have 2 leukemic samples and one normal sample.I wanted to find out which all genes are expressed specifically in Leukemic samples and control.
Thank you
Thank you so much for the reply. Ok, I will try with DEseq2.