ClusterGVis
ClusterGVis copied to clipboard
One-step to Cluster and Visualize Gene Expression Matrix
ClusterGVis可以画不同cluster里面不同sample group的line graph但是不可以画boxplot
俊俊大佬,怎么实现monocle3的拟时序热图添加一个bar呀,就是表示横坐标轴的。  还有就是怎么调整簇的顺序,想实现最左边的簇在最上面,然后最右边的在最下面,比如这个图C1和C2互换位置,十分感谢大佬!
您好作者,我的全部作图代码为 `visCluster(object = st.data, plot.type = "both", column_names_rot = 45, show_row_dend = F, markGenes = markGenes, markGenes.side = "right", #annoKegg.mside = "left",#把条目放在左边 annoTerm.mside = "left",#把条目放在左边 annoTerm.data = enrich, line.side =...
visCluster(object = st.data, + plot.type = "both", + line.side = "left", + column_names_rot = 45, + markGenes = pbmc.markers$gene, + cluster.order = c(1:8), + ggplot.panel.arg = c(5,0.5,32,"grey90",NA), + gglist =...
Dear ClusterGVis team: How could user connect the package with the results from WGCNA analysis? Thank you
Dear ClusterGVis team: Good afternoon. I faced problem in installation of ClusterGVis package. The Error message is as below: --------------------------------------- Error: Failed to install 'ClusterGVis' from GitHub: Failed to install...
绘制热图出错
作者您好,请问我在画热图的时候报如下错误如何解决? > visCluster(object = st.data, + plot.type = "heatmap", + column_names_rot = 45, + markGenes = markGenes, + cluster.order = c(1:14)) This palatte have 20 colors! **Error in visCluster(object =...
