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
when I run the command sce_Velocity <- RunVelocity(object = sce, deltaT = 1, kCells = 5, fit.quantile = 0.02)
I encounter the error_
--
Filtering genes in the spliced matrix Filtering genes in the unspliced matrix Calculating embedding distance matrix matching cells between cell.dist and emat/nmat ... done calculating cell knn ... done calculating convolved matrices ... done fitting gamma coefficients ... Error in .subscript.2ary(x, i, j, drop = TRUE) : subscript out of bounds
does anyone know how to resolve the issue, thanks!
The text was updated successfully, but these errors were encountered:
when I run the command
sce_Velocity <- RunVelocity(object = sce, deltaT = 1, kCells = 5, fit.quantile = 0.02)
I encounter the error_
--
Filtering genes in the spliced matrix Filtering genes in the unspliced matrix Calculating embedding distance matrix matching cells between cell.dist and emat/nmat ... done calculating cell knn ... done calculating convolved matrices ... done fitting gamma coefficients ... Error in .subscript.2ary(x, i, j, drop = TRUE) : subscript out of bounds
does anyone know how to resolve the issue, thanks!
The text was updated successfully, but these errors were encountered: