ClusterGVis icon indicating copy to clipboard operation
ClusterGVis copied to clipboard

Error in ht.col.list[["col_range"]] : subscript out of bounds

Open pandaqiuqiu opened this issue 1 year ago • 2 comments

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

image

pandaqiuqiu avatar May 16 '24 02:05 pandaqiuqiu

Please check the visCluster document about ht.col.

junjunlab avatar May 18 '24 11:05 junjunlab

Please check the visCluster document about ht.col.

It was resolved now. Thank you so much.

pandaqiuqiu avatar May 23 '24 02:05 pandaqiuqiu