Clustering stops after several hours of computation with that error. The command was:
> ND_clusters <- clustering(ND_merged, n=30)
Estimating the number of clusters
Error in checkForRemoteErrors(val) :
3 nodes produced errors; first error: subscript out of bounds
> str(ND_merged)
'data.frame': 21627 obs. of 11636 variables:
...
> ND_merged[1:5,1:5]
V2 V3 V4 V5 V6
0610005C13Rik NA NA NA NA NA
0610007P14Rik 0.5108256 0.268264 0 0 0
0610009B22Rik 0.0000000 0.000000 0 0 0
0610009L18Rik 0.0000000 0.000000 0 0 0
0610009O20Rik 0.0000000 0.000000 0 0 0
Clustering stops after several hours of computation with that error. The command was:
Thanks for any advice