HSMM <- orderCells(HSMM)
Error in if (class(projection) != "matrix") projection <- as.matrix(projection) :
the condition has length > 1
In addition: Warning message:
In graph.dfs(dp_mst, root = root_cell, neimode = "all", unreachable = FALSE, :
Argumentneimode' is deprecated; use
mode' instead
应该怎么解决报错呢,R包怎么修改,才能不报错?