-
Notifications
You must be signed in to change notification settings - Fork 26
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 (function (classes, fdef, mtable) #119
Comments
重新安装试试 |
不好意思已重新安装过了,但还是有这个error |
您好,我试着重新安装了几次, 但是用cluster.method=“mfuzz“ 就会有同样的报错 (Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘exprs’ for signature ‘"ExpressionSet), 如果用”kmeans“就没有。会不会是biobase的exprs的问题呢?感谢🙏 |
我也遇到了这个问题。我是按照以下步骤进行安装的: 但是,我在创建对象的时候依旧有报错:
Error in h(simpleError(msg, call)) :
请问俊俊大神这个问题应该如何解决? |
我这里确实没问题,刚从github下载的,你们看看sessionInfo:
|
我通过先加载两个包解决了这个问题。 |
`> cm <- clusterData(exps,
[1] "0 genes excluded.\n" |
I noticed that the error occurs because the
The mfuzz package relies on the To resolve this, I used the Alternatively, reordering the package load order (loading |
您好,请问以下的报错如何解决?
cm <- clusterData(exps ,
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘exprs’ for signature ‘"ExpressionSet"’
非常感谢!!
The text was updated successfully, but these errors were encountered: