Hi there,
I ran to a problem with estimatelog2FoldChanges command in DEXSeq.
I traced the error and find out it is originally made by this line :
which is a line of DEXSeq:::arrangeCoefs function.
Any ideas what could possibly went wrong here and caused this error?????
Thanks alot,
Sahel
I ran to a problem with estimatelog2FoldChanges command in DEXSeq.
> Mydata <- estimatelog2FoldChanges(Mydata)
Calculating fold changes. (Progress report: one dot per 100 genes)
Error in do.call(`[[<-`, c(quote(coefIndices), as.list(lvlTbl[i, ]), coefNames[i])) :
[[ ]] subscript out of bounds
Calculating fold changes. (Progress report: one dot per 100 genes)
Error in do.call(`[[<-`, c(quote(coefIndices), as.list(lvlTbl[i, ]), coefNames[i])) :
[[ ]] subscript out of bounds
> coefIndices <- do.call(`[[<-`, c(quote(coefIndices), as.list(lvlTbl[i, ]), coefNames[i]))
Any ideas what could possibly went wrong here and caused this error?????
Thanks alot,
Sahel
Comment