-
Notifications
You must be signed in to change notification settings - Fork 253
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
compareCluster returns errors with version 3.17.0 #282
Comments
Hi, did you ever figure this out? I keep getting the error message "assignment of an object of class “NULL” is not valid for @‘fun’ in an object of class “compareClusterResult”; is(value, "character") is not TRUE" however none of my objects are NULL.. |
It works on |
Ah thank you! I have been trying to find R 3.6.3 for Mac OS... I am pretty new to R still. |
Hi there ! I am still having the exact same issue despite using the GitHub version. Thanks a lot for your help.
|
@PFRoux |
Thanks a lot for your feedback.
But how to select to version on GitHub ?
Best
Pierre-François Roux
De : Erqiang Hu <[email protected]>
Répondre à : YuLab-SMU/clusterProfiler <[email protected]>
Date : mercredi 26 août 2020 à 12:30
À : YuLab-SMU/clusterProfiler <[email protected]>
Cc : PFRoux <[email protected]>, Mention <[email protected]>
Objet : Re: [YuLab-SMU/clusterProfiler] compareCluster returns errors with version 3.17.0 (#282)
@PFRoux
Please use the latest version of the clusterProfiler(3.17.1) in Github
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Issue is that match.call doesn't capture default arguments. See https://stackoverflow.com/questions/14397364/match-call-with-default-arguments
Hi,
I want to report the errors from
compareCluster()
with latest version (3.17.0) of clusterProfiler package.kall.RData
is a example input list that can be downloaded.I got errors like:
But when I run the GO enrichment for single cluster, it works:
Running environment is:
The text was updated successfully, but these errors were encountered: