ClusterGVis
ClusterGVis copied to clipboard
Error in ht.col.list[["col_range"]] : subscript out of bounds
When I try to use the built-in data to run, I encounter the following error. How can I resolve this?
cm <- clusterData(exp = exps,
-
cluster.method = "mfuzz", -
cluster.num = 6)
0 genes excluded.
visCluster(object = cm,
-
plot.type = "heatmap", -
column_names_rot = 45, -
markGenes = markGenes, -
show_row_dend = F, -
ht.col = c("#A555EC","#EEEEEE","#FF597B"), -
sample.group = rep(c("group1","group2","group3"),each = 2))
Error in ht.col.list[["col_range"]] : subscript out of bounds
Please check the visCluster document about ht.col.
Please check the visCluster document about ht.col.
It was resolved now. Thank you so much.