使用示例数据运行getClusters函数时出现以下错误
data(exps)
head(exps,3)
Zygote 2-cell 4-cell 8-cell Morula
Oog4 1.3132282 1.237078 1.325978 1.262073 0.6549312
Psmd9 1.0917337 1.315989 1.174417 1.064756 0.8685598
Sephs2 0.9859232 1.201026 1.123076 1.084673 0.8878931
Blastocyst
Oog4 0.2067114
Psmd9 0.4845448
Sephs2 0.7174088
getClusters(exp = exps)
错误于getClusters(exp = exps):
Please supply a data format with cell_data_set object,
SummarizedExperiment object, matrix or data.frame!
有没有大神遇到这样的报错,怎么处理的?求大神解答
使用示例数据运行getClusters函数时出现以下错误