morpheus.R
morpheus.R copied to clipboard
C stack usage is too close to the limit. Bigger matrices.
I am trying to use morpheus.R to generate some heat maps for larger matrices 2500 x 2500, but I get an error of "C stack usage is too close to the limit". I am running windows 10, R version 3.6.1. Any help would be greatly appreciated.
I got the same error. It looks like there is some problem with the recursive functions used to create the clustering. Disabling the clustering helped me to avoid this problem.