Elizabeth Purdom
Elizabeth Purdom
It could be related to memory -- the traceback is not very informative. What machine are you running it on -- in particular what is the memory capacity of the...
What version of clusterExperiment is this? Does it happen on the develop branch or the current release? Any chance you have some example I could run to reproduce? (I have...
Thanks Diya, that is very helpful, because I wouldn't have found that since I'm not using the development version. I have pushed a patch to the develop branch of cluster...
Hi Russell, The image is not coming through because this is through github issues tracking and the attachments to those don't get posted. Can you go to the issue tracking...
Thanks Russell. I think I know why this is happening (I made a change to fix another problem…). I’ll try to look into shortly. > On Jan 30, 2018, at...
Hi Russell, I'm having a hard time replicating this. Could you give me some information about the vector giving the cluster identification and the color vector that goes along with...
One last question, are you using the development version of NMF? Can you send me a copy of your sessionInfo()? I’ve tried to create similar code to yours with random...
I’m interested in thinking about `pheatmap`, but I would note that I think fixing this is a minor issue. I know what caused it (I made a small change in...
@drisso One question I had was whether pheatmap works with par(mfrow=c(1,2)) so that you can do side by side heatmaps (or other graphs) with pheatmap? I've just fixed a bug...
Indeed `par(mfrow=c(1,2))` doesn't work with `phatmap` but does work with `aheatmap`: ``` test = matrix(rnorm(200), 20, 10) test[1:10, seq(1, 10, 2)] = test[1:10, seq(1, 10, 2)] + 3 test[11:20, seq(2,...