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

K-mean聚类用visCluster画线图报错 #102

Open
zhangsuaiqi opened this issue Oct 21, 2024 · 1 comment
Open

K-mean聚类用visCluster画线图报错 #102

zhangsuaiqi opened this issue Oct 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@zhangsuaiqi
Copy link

俊俊大佬,您好
我下载的是最新版的ClusterGVis,为什么用K-means聚类画折线图还是会报错?

getClusters(exp = avereps_df)
ck <- clusterData(exp = exps,

  •               cluster.method = "kmeans",
    
  •               cluster.num = 6)
    

0 genes excluded.

visCluster(object = ck,

  •        plot.type = "line")
    

Error in dplyr::arrange():
ℹ In argument: ..2 = .data[["membership"]].
Caused by error in .data[["membership"]]:
! Column membership not found in .data.
Run rlang::last_trace() to see where the error occurred.

@junjunlab
Copy link
Owner

重新安装试试

@junjunlab junjunlab added the enhancement New feature or request label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants