When I run the following code of CONICSMat:
hi=plotHistogram(l,suva_expr,clusters=2,zscoreThreshold=4)
I get the following error:
Error in hclust(d, method = method) : size cannot exceed 65536
The reason for the error is probably that my data has 200,000 cells. How can I solve this problem?
When I run the following code of CONICSMat: hi=plotHistogram(l,suva_expr,clusters=2,zscoreThreshold=4) I get the following error: Error in hclust(d, method = method) : size cannot exceed 65536
The reason for the error is probably that my data has 200,000 cells. How can I solve this problem?