We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘exprs’ for signature ‘"matrix"’
Raised from: https://github.com/xuranw/MuSiC/blame/0a3e3af45d4bd018939013660a3e83e580fa3bac/R/music2.R#L340
The actual code tries to extract expression from "bulk.case" pretending it is an object of ExpressionSet class, while it's already a matrix.
Removing exprs() fixes the bug
The text was updated successfully, but these errors were encountered:
Yes. Reached the same conclusion, and lost a couple of hours. Too bad I didn't see your post first.
Sorry, something went wrong.
Thanks for documenting. I just ran into this issue using MuSiC installed from tutorial instructions, so it has not yet been resolved on that branch.
Has anyone found a solution for this issue yet?
No branches or pull requests
Error:
Raised from:
https://github.com/xuranw/MuSiC/blame/0a3e3af45d4bd018939013660a3e83e580fa3bac/R/music2.R#L340
The actual code tries to extract expression from "bulk.case" pretending it is an object of ExpressionSet class, while it's already a matrix.
Removing exprs() fixes the bug
The text was updated successfully, but these errors were encountered: