Skip to content
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

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

Open
pandaqiuqiu opened this issue May 16, 2024 · 2 comments
Open

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

pandaqiuqiu opened this issue May 16, 2024 · 2 comments

Comments

@pandaqiuqiu
Copy link

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

@junjunlab
Copy link
Owner

Please check the visCluster document about ht.col.

@pandaqiuqiu
Copy link
Author

Please check the visCluster document about ht.col.

It was resolved now. Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants