You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to keep all genes when did gdcDEAnalysis analysis.
My Arguments:
gdcDEAnalysis(counts, group, comparison, method = "limma", n.cores = NULL, filter = FALSE)
But it keep giving me filtered out results, no different from filter=TRUE.
Could you please help me out with it?
Thanks!
The text was updated successfully, but these errors were encountered:
P.S. DESeq2 in gdcDEAnalysis is not working as well.
My Arguments:
gdcDEAnalysis(counts, group, comparison, method = "DESeq2", n.cores = 4, filter = FALSE)
Error log:
Error in ncol(countData) == nrow(colData) : object 'readCounts' not found
No error reported when using limma or edgeR.
Hi, I'm so sorry for the late response. We're working on all the problems collected from users. The final version could be available in a week. Thank you so much for the comments~
I am trying to keep all genes when did gdcDEAnalysis analysis.
My Arguments:
gdcDEAnalysis(counts, group, comparison, method = "limma", n.cores = NULL, filter = FALSE)
But it keep giving me filtered out results, no different from filter=TRUE.
Could you please help me out with it?
Thanks!
The text was updated successfully, but these errors were encountered: