clusters <- ClusterCells(similarityMatrix = S$W, n_comp = 15, .options='p')
Error in (new("standardGeneric", .Data = function (x) :
unused arguments (model = list("NMFstd", 7, 0), method = "nndsvd")
I'm running the above command with your example file. Any suggestion on how to fix this error?
clusters <- ClusterCells(similarityMatrix = S$W, n_comp = 15, .options='p')
Error in (new("standardGeneric", .Data = function (x) :
unused arguments (model = list("NMFstd", 7, 0), method = "nndsvd")
I'm running the above command with your example file. Any suggestion on how to fix this error?