Replies: 1 comment
-
When you construct mat1 = rbind(cbind(matrix(rnorm(505, mean = 1), nr = 50), matrix(rnorm(505, mean = -1), nr = 50)),
cbind(matrix(rnorm(505, mean = -1), nr = 50), matrix(rnorm(505, mean = 1), nr = 50))) I think the correct code should be: at1 = rbind(cbind(matrix(rnorm(250, mean = 1), nr = 50), matrix(rnorm(250, mean = -1), nr = 50)),
cbind(matrix(rnorm(250, mean = -1), nr = 50), matrix(rnorm(250, mean = 1), nr = 50))) The number for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,guys!I am running the circos.heatmap(),i met some questions.
my code is all from the protocal in R help()
Error in rowMean(m):'x'必须是阵列,而且至少得有两个维度!
Then, i see:
the two functions can run correctly, so I can't understand how to solve the error above and why does the error appear?
thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions