scRNAtoolVis
scRNAtoolVis copied to clipboard
Error in dimnames(x) <- dn : 'dimnames'的长度[2]必需与陈列范围相等
hi, great job! I get a seurat object with GSVA result by irGSVA.
ht1 <- AverageHeatmap(object = seurat,assays = 'UCell',group.by = 'celltype',slot = 'data',
markerGene = c("GOBP-.....-PROCESS",
"GOBP-....-PROCESS",
"GOBP-....-PATHWAY"))
Error in dimnames(x) <- dn : 'dimnames'的长度[2]必需与陈列范围相等
I search and can't get a solve. Could you give some ideas? THANKS
Maybe AverageHeatmap not support GSVA results.