cm <- clusterData(obj = avereps_df, cluster.method = "mfuzz", cluster.num = 6) [1] "0 genes excluded.\n" 错误于array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), : 'data'的类型必需为向量,但现在是'NULL' 查验过average_df数据没有问题,请大佬解惑
cm <- clusterData(obj = avereps_df, cluster.method = "mfuzz", cluster.num = 6)
[1] "0 genes excluded.\n"
错误于array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), :
'data'的类型必需为向量,但现在是'NULL'
查验过average_df数据没有问题,请大佬解惑