-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This palatte have 20 colors! No more than 4 columns! 错误: names of text
should have overlap to levels in align_to
.
#79
Comments
请提供你的代码 |
老师您好,我遇到了相同的问题@junjun,我的WGCNA结果总共有26个module,60个样本,包含19200个基因,使用clusterGVis的heatmap可以绘制,但enrichGO以后添加富集功能信息报错,我的代码如下: write.csv(datExpr0,"datExpr0.csv") exp <- datExpr0 get datacw <- clusterData(exp = exp, add gene namemarkGenes = rownames(expt)[sample(1:nrow(expt),30,replace = F)] pdf('./ClusterGVis/GvisCluster_cw_16Area_line.pdf', height = 6, width = 16, onefile = F) heatmappdf('./ClusterGVis/netht.pdf',height = 10,width = 6,onefile = F) GOenrich <- enrichCluster(object = cw, pdf('./ClusterGVis/GO_P0.05_cw.pdf', height = 20, width = 12, onefile = F) 最后一张图报错:
|
当绘制kegg时报错,绘制go时无问题。 enrich <- enrichCluster(object = ck,
|
问题出现在dd.gene = T,当设置为T时返回第5行,引起报错 一个解决方法是:visCluster(object = ck,plot.type = "both",column_names_rot = 45,markGenes = markGenes,annoTerm.data = enrich[,1:4]) |
富集结果不能超过四列数据,可以自己处理一下 |
好的好的,谢谢junjun老师! |
老师您好 ClusterGVi 最后添加各cluster 富集注释信息时出现 This palatte have 20 colors! No more than 4 columns! 错误: names of
text
should have overlap to levels inalign_to
.请问如何解决
The text was updated successfully, but these errors were encountered: