-
Notifications
You must be signed in to change notification settings - Fork 33
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
pbHeatmap error because 't' is not implemented for 'Matrix' #93
Comments
I am getting the same error and am happy to share my sce and res objects if that would help. Thank you. |
Getting the same error from one sce and res but not from the other. Might be related to outdated packages?
This is the successful sce info
This is the failed sce info:
My R info: sessionInfo() Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Thanks all for pointing this out. Unfortunately, I am unable to reproduce the error at the moment. Would anyone be able to come up with a reproducible example? E.g., by altering the example data? |
Hi,
Thanks for
muscat
.Sorry for bringing this silly error, I don't think most people have it. But, I recently noticed my environment does not work well with equal named functions.
I got an error using
pbHeatmap
:> pbHeatmap(sce, res, top_n = 3) Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 't': invalid or not-yet-implemented 'Matrix' subsetting
I think it will simply go away with calling the package
xs <- Matrix::t(mapply(function(g, k)
(line 118).Best,
The text was updated successfully, but these errors were encountered: