renozao / NMF

NMF: A Flexible R package for Nonnegative Matrix Factorization
137 stars 41 forks source link

Error: evaluation nested too deeply: infinite recursion / options(expressions=)? #173

Open Srividhya-Sainath opened 1 year ago

Srividhya-Sainath commented 1 year ago

Hi,

I have been getting the following error while trying to plot the consensus map. The input matrix is of size 148x6000. I am able to plot other heatmaps except for consensus.

Here is the code I ran:

res <- nmf(tobject,4,'snmf/r','ica',nrun=100,.opt='tv-p')

tobject is type data.frame

Request your assistance please. Thankyou

yingyonghui commented 9 months ago

Hi @Srividhya-Sainath Is there any update on this question?