You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protein <- read.delim('Brain_DEP_Mean_Shrinkage.txt', row.names = 1, check.names = FALSE)
protein_matrix <- as.matrix(protein)
getClusters(exp =protein_matrix)
错误于factoextra::fviz_nbclust(exp, stats::kmeans, method = "wss"):
x should be an object of class matrix/data.frame or an object created by the function NbClust() [NbClust package].
在更新完新的安装包之后,在获取聚类数就报错:
library(ClusterGVis)
看到友友建议后,删除“exp=”后,运行示例数据data(exps)是可以运行的,但是运行我自己的数据后,出现新的报错:
library(ClusterGVis)
考虑到更新的安装包的数据格式可能也更新了,但是没有明白应该调整为什么样的格式呢
The text was updated successfully, but these errors were encountered: