HI,
I'm trying to find paths for my custom_clusters, that are added to the cellrouter@sampTab:
cellrouter <- findPaths(cellrouter, column='custom_clusters', libdir, paste(getwd(), 'results/paths', sep='/'), method="graph")
and it generates an error:
Error in order(tmp2$value, decreasing = TRUE) :
argument 1 is not a vector
How could I resolve the issue?
Thank you,
Araks