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
error in evaluating the argument 'x' in selecting a method for function 'as.matrix': error in evaluating the argument 'x' in selecting a method for function 't': object 'unpackedMatrix_transpose' not found
#520
Open
PingWang7 opened this issue
Oct 18, 2024
· 0 comments
Encounter the following issue when running monocds <- monocle::reduceDimension( monocds, max_components = 2, method = "DDRTree", auto_param_selection = F ).
ERROR:
error in evaluating the argument 'x' in selecting a method for function 'as.matrix': error in evaluating the argument 'x' in selecting a method for function 't': object 'unpackedMatrix_transpose' not found
11.
h(simpleError(msg, call))
10.
.handleSimpleError(function (cond)
.Internal(C_tryCatchHelper(addr, 1L, cond)), "error in evaluating the argument 'x' in selecting a method for function 't': object 'unpackedMatrix_transpose' not found",
base::quote(h(simpleError(msg, call))))
9.
h(simpleError(msg, call))
8.
.handleSimpleError(function (cond)
.Internal(C_tryCatchHelper(addr, 1L, cond)), "object 'unpackedMatrix_transpose' not found",
base::quote(Matrix::t(FM)))
7.
Matrix::t(FM)
6.
Matrix::t(FM)
5.
scale(Matrix::t(FM))
4.
Matrix::t(scale(Matrix::t(FM)))
3.
as.matrix(Matrix::t(scale(Matrix::t(FM))))
The text was updated successfully, but these errors were encountered:
monocle 2.30.1
Matrix 1.6-4
Encounter the following issue when running
monocds <- monocle::reduceDimension( monocds, max_components = 2, method = "DDRTree", auto_param_selection = F )
.ERROR:
error in evaluating the argument 'x' in selecting a method for function 'as.matrix': error in evaluating the argument 'x' in selecting a method for function 't': object 'unpackedMatrix_transpose' not found
11.
h(simpleError(msg, call))
10.
.handleSimpleError(function (cond)
.Internal(C_tryCatchHelper(addr, 1L, cond)), "error in evaluating the argument 'x' in selecting a method for function 't': object 'unpackedMatrix_transpose' not found",
base::quote(h(simpleError(msg, call))))
9.
h(simpleError(msg, call))
8.
.handleSimpleError(function (cond)
.Internal(C_tryCatchHelper(addr, 1L, cond)), "object 'unpackedMatrix_transpose' not found",
base::quote(Matrix::t(FM)))
7.
Matrix::t(FM)
6.
Matrix::t(FM)
5.
scale(Matrix::t(FM))
4.
Matrix::t(scale(Matrix::t(FM)))
3.
as.matrix(Matrix::t(scale(Matrix::t(FM))))
The text was updated successfully, but these errors were encountered: