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')
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