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 perform power calculation using the powsimR. I ran the analysis as specified in the vignette but I keep encountering an error after running the simulateDE function:
I encounter this error after running the simulateDE function:
Error in DESeq2::DESeqDataSetFromMatrix(countData, coldat, ~design, tidy = FALSE, :
ncol(countData) == nrow(colData) is not TRUE
Could I please get some help and advice about how to address this problem?
(1) Although I have input the countData when I ran the estimateParam function at the start, I am unsure where to input the colData so that ncol(countData) == nrow(colData) would be TRUE. Or is there something I have not done correctly in the workflow?
(2) On a related note, is there way to include a model design since the error mentions "~ design"?
Hi,
I am trying to perform power calculation using the powsimR. I ran the analysis as specified in the vignette but I keep encountering an error after running the simulateDE function:
I encounter this error after running the simulateDE function:
Could I please get some help and advice about how to address this problem?
(1) Although I have input the countData when I ran the estimateParam function at the start, I am unsure where to input the colData so that ncol(countData) == nrow(colData) would be TRUE. Or is there something I have not done correctly in the workflow?
(2) On a related note, is there way to include a model design since the error mentions "~ design"?
Thanks very much for your help.
Session info
The text was updated successfully, but these errors were encountered: