Thanks for this useful package. I'm running it with a total of 1,5 millions of cells considering only 10 features and I'm getting this weird error, together with a (also very weird) PCA:
Run Rphenograph starts:
-Input data of 1500000 rows and 10 columns
-k is set to 15
Finding nearest neighbors...DONE ~ 1236.863 s
Compute jaccard coefficient between nearest-neighbor sets...DONE ~ 110.193 s
Build undirected graph from the weighted links...DONE ~ 110.629 s
Run louvain clustering on the graph ...DONE ~ 135.736 s
Run Rphenograph DONE, totally takes 1593.421s.
Return a community class
-Modularity value: 0.8961815
-Number of clusters: 31Warning messages:
1: In recycleSingleBracketReplacementValue(value, x, i) :
number of values supplied is not a sub-multiple of the number of values to be replaced
I tried to repeat the clustering with less cells (a total of 15.000) and none warning is appearing and the PCA is correctly colored (apparently)...
...maybe this could be a bug when working with so much cells? Thanks a lot for your help!
Hi there,
Thanks for this useful package. I'm running it with a total of 1,5 millions of cells considering only 10 features and I'm getting this weird error, together with a (also very weird) PCA:
I tried to repeat the clustering with less cells (a total of 15.000) and none warning is appearing and the PCA is correctly colored (apparently)...
...maybe this could be a bug when working with so much cells? Thanks a lot for your help!