ClusterGVis包对接单细胞遇到的bug #34
zhanghaodent
started this conversation in
General
Replies: 2 comments 2 replies
-
遇到了同样的报错,有大神解决了吗 |
Beta Was this translation helpful? Give feedback.
2 replies
-
运行enrich <- enrichCluster(object = scRNA, Error: Cannot find 'wide.res' in this Seurat object |
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.
-
在使用prepareDataFromscRNA函数完成对单细胞数据处理,然后进行visCluster时时遇到了图片中以下报错,想请教老师和各位大神
Error in ComplexHeatmap::anno_block(align_to = align_to, panel_fun = function(index, :
unused arguments (align_to = align_to, panel_fun = function(index, nm) {
npos = as.numeric(unlist(strsplit(nm, split = "C"))[2])
grid::grid.rect(gp = grid::gpar(fill = colanno[npos], col = NA))
if (annnoblock.text == TRUE) {
grid::grid.text(label = paste("n:", length(index), sep = ""), rot = 90, gp = grid::gpar(col = annnoblock.gp[1], fontsize = as.numeric(annnoblock.gp[2])))
}
})
Beta Was this translation helpful? Give feedback.
All reactions