Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@PingWang7
Copy link

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))))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant