ClusterGVis icon indicating copy to clipboard operation
ClusterGVis copied to clipboard

画热图的时候展示的结果和cluster不对应

Open ZHDATA2 opened this issue 2 years ago • 1 comments

非常感谢大神的R包! 我在出图的时候发现单独花line type的时候和cluster是对应的,但是画热图的时候展示的结果和cluster不对应。然后我对ck里面的结果重新按照cluster排序后得到的热图结果和cluster就对应上了,不知道是不是我的代码问题。 下面是我调整ck结果的代码: a=ck$wide.res x=order(as.numeric(a$cluster)) a=a[x,] ck$wide.res=a

a=ck$long.res x=order(as.numeric(a$cluster)) a=a[x,] ck$long.res=a

ZHDATA2 avatar Nov 29 '22 08:11 ZHDATA2

这个问题应该解决了,你重新下载安装一下包试试

junjunlab avatar Nov 29 '22 08:11 junjunlab