Hi friends, I am trying to analyse Differential expression using edgeR package and my WT and KO samples.
When I issue the following code at the R prompt
It gives the following error. Any ide?
All helps appreciated.
When I issue the following code at the R prompt
Code:
out$p.adjust = p.adjust(out$p.value, method="BH")
Code:
Error in `$<-.data.frame`(`*tmp*`, "p.adjust", value = numeric(0)) : replacement has 0 rows, data has 20434 Calls: $<- -> $<-.data.frame Execution halted
Comment