ClusterGVis
ClusterGVis copied to clipboard
One-step to Cluster and Visualize Gene Expression Matrix
Hi Jun, Thanks for developing this great package. However, when I use it, I notice some issues. I use `add.bar` to add a bar plot for GO, which I thought...
#列名不显示
您好,可以不显示列名吗?看了说明文档和包里面的查看,没有这个参数可选呢,感谢回答
求回答
大神: 你好! 我按照您的推文 进行clustervis包安装,出现以下问题  > devtools::install_github("junjunlab/ClusterGVis") Downloading GitHub repo junjunlab/ClusterGVis@HEAD Skipping 1 packages not available: jjAnno 这个要怎么解决
感谢您提供的优秀工具,用enrichCluster进行富集分析的时候,只能用SYMBOL进行富集,能否增加Keytype =ENTREZID,植物拟南芥用org.At.tair.db时,Keytype =TAIR等多种方式,这样就不用转换ID了,谢谢!
首先十分感谢大神的R包,为我这个小白刚开始的课题打下了第一步。 有一个小问题,就是当我加载我自己数据后使用语句 ck
I got an error when I run this package with exps data in my Win10 system. Would you help me to fix it? Thank you! The code and errors listed...
非常感谢大神的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
Dear author, When I use the package with the testing data, error was found. Can you help me? > pdf('testbxcolP.pdf',height = 10,width = 6) > visCluster(object = ck, + plot.type...
This package is good and I have a few thoughts I'd like to share; 1. Can enriching-related codes be added to the source code so that users can select top5...