Hi there,
I have been trying to use DEXSeq for alternative splicing analysis. I'm doing analysis following example in the DEXSeq manual. Some errors I got when doing estimateDispersions are as follows:
> dxd = estimateDispersions( dxd )
using supplied model matrix
Error in LastError$store(results = results, is.error = is.error, throw.error = TRUE) :
Errors occurred during execution. First error message:
Error in fitBeta(ySEXP = counts(object), xSEXP = modelMatrix, nfSEXP = normalizationFactors, : in call to fitBeta, the following arguments contain NA: alpha_hatSEXP
For more information, use bplasterror().
To resume calculation, re-call the function and set the argument 'resume' to TRUE or wrap
the previous call in bpresume().
First traceback:
24: estimateDispersions(dxd)
23: estimateDispersions(dxd)
22: .local(object, ...)
21: bplapply(splitObject, function(x) {
estimateDispersionsGeneEst(x, maxit = maxit, quiet = quiet,
modelMatrix = modelMatrix, niter = 10)
}, BPPARAM = BPPARAM)
20: bplapply(splitObject, function(x) {
estimateDispersionsGeneEst(x, maxit = maxit, quiet = quiet,
modelMatrix = modelMatrix, niter = 10)
}, BPPARAM = BPPARAM)
19: bpmapply(FUN, X, MoreArgs = list(...), SIMPLIFY = FALSE, USE.NAMES = FALSE,
resume = resume, BPPARAM = BPPARAM)
18: bpma
Does anyone know what this error mean? and how to fix it?
thanks a lot!
I have been trying to use DEXSeq for alternative splicing analysis. I'm doing analysis following example in the DEXSeq manual. Some errors I got when doing estimateDispersions are as follows:
> dxd = estimateDispersions( dxd )
using supplied model matrix
Error in LastError$store(results = results, is.error = is.error, throw.error = TRUE) :
Errors occurred during execution. First error message:
Error in fitBeta(ySEXP = counts(object), xSEXP = modelMatrix, nfSEXP = normalizationFactors, : in call to fitBeta, the following arguments contain NA: alpha_hatSEXP
For more information, use bplasterror().
To resume calculation, re-call the function and set the argument 'resume' to TRUE or wrap
the previous call in bpresume().
First traceback:
24: estimateDispersions(dxd)
23: estimateDispersions(dxd)
22: .local(object, ...)
21: bplapply(splitObject, function(x) {
estimateDispersionsGeneEst(x, maxit = maxit, quiet = quiet,
modelMatrix = modelMatrix, niter = 10)
}, BPPARAM = BPPARAM)
20: bplapply(splitObject, function(x) {
estimateDispersionsGeneEst(x, maxit = maxit, quiet = quiet,
modelMatrix = modelMatrix, niter = 10)
}, BPPARAM = BPPARAM)
19: bpmapply(FUN, X, MoreArgs = list(...), SIMPLIFY = FALSE, USE.NAMES = FALSE,
resume = resume, BPPARAM = BPPARAM)
18: bpma
Does anyone know what this error mean? and how to fix it?
thanks a lot!
Comment