Hi,
Long time I am trying this tutorial
https://github.com/farrellja/URD/blob/master/Analyses/QuickStart/URD-QuickStart-AxialMesoderm.md
On sample data provided in tutorial no error but with my own data I am always being stopped with this error. Who could help me to solve that please?
> object <- graphClustering(object, num.nn = c(5,8,10,15), method="Louvain", do.jaccard = TRUE)
Error in graphClustering(object, num.nn = c(5, 8, 10, 15), method = "Louvain", :
unused arguments (num.nn = c(5, 8, 10, 15), method = "Louvain", do.jaccard = TRUE)
> print(object)
URD object: 12451 genes x 1556 cells.
object <- graphClustering(object)
Show Traceback Rerun with Debug Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘graphClustering’ for signature ‘"URD"’
The unused argument error often shows up when you have two functions with the same name but using different arguments. Check that you haven't redefined the graphClustering() function somewhere.