junjunlab / ClusterGVis

One-step to Cluster and Visualize Gene Expression Matrix
MIT License
242 stars 21 forks source link

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

Open zhangsuaiqi opened 3 weeks ago

zhangsuaiqi commented 3 weeks ago

俊俊大佬,您好 我下载的是最新版的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 commented 2 weeks ago

重新安装试试