diazlab / CONICS

CONICS: COpy-Number analysis In single-Cell RNA-Sequencing
73 stars 28 forks source link

Error in hclust(d, method = method) : size cannot exceed 65536 #45

Open wwYinYin opened 3 weeks ago

wwYinYin commented 3 weeks ago

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?