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
Hi, after running runCORE, I got 4 clusters for the sample. Then I used runDESeq to identify DE genes between cluter1,3 and cluster2,4 with the following command.
Loading required package: dynamicTreeCut
Loading required package: locfit
locfit 1.5-9.1 2013-03-22
Loading required package: lattice
Welcome to 'DESeq'. For improved performance, usability and
functionality, please consider migrating to 'DESeq2'.
[1] "Identifying genes to retain..."
[1] "Running DESeq..."
|======= | 10%
Error: BiocParallel errors
element index: 1, 2, 3, 4, 5, 6, ...
first error: fewer than one row in the data
library(BiocParallel)
Execution halted
After checked the code of function runDESeq, I found one suspicious part which might be a bug. I think the third line in following in code, the condition.b should be changed to 'condition.a'. Otherwise, it will overwrite the original condition.b, and then make the actual comparison between condition.a itself and cause the error.
Hi, after running
runCORE
, I got 4 clusters for the sample. Then I usedrunDESeq
to identify DE genes between cluter1,3 and cluster2,4 with the following command.got error information as
After checked the code of function
runDESeq
, I found one suspicious part which might be a bug. I think the third line in following in code, thecondition.b
should be changed to 'condition.a'. Otherwise, it will overwrite the originalcondition.b
, and then make the actual comparison betweencondition.a
itself and cause the error.The text was updated successfully, but these errors were encountered: