Skip to content

示例数据下报错 #171

@Soymethylation

Description

@Soymethylation

尊敬的作者,您好!

非常感谢您开发了这个极其好用的可视化工具!

我的问题是,在R 4.5.2版本下,使用ClusterGVis 0.99.9版本时报错:

data(exps)

head(exps,5)
Zygote 2-cell 4-cell 8-cell Morula Blastocyst
Oog4 1.3132282 1.2370781 1.325978 1.262073 0.6549312 0.2067114
Psmd9 1.0917337 1.3159888 1.174417 1.064756 0.8685598 0.4845448
Sephs2 0.9859232 1.2010257 1.123076 1.084673 0.8878931 0.7174088
Nhlrc2 0.9856354 1.0387869 1.061926 1.076825 0.9716945 0.8651322
Trappc4 1.0775310 0.9757542 1.065544 1.080973 0.9732145 0.8269832

getClusters(exp = exps)
错误于getClusters(exp = exps):
Please supply a data format with cell_data_set object,
SummarizedExperiment object, matrix or data.frame!

同样的是,使用其它代码,如:
cm <- clusterData(exp = exps,

  •               cluster.method = "mfuzz",
    
  •               cluster.num = 8)
    

错误于clusterData(exp = exps, cluster.method = "mfuzz", cluster.num = 8):
Please supply a data format with cell_data_set object,
SummarizedExperiment object, matrix or data.frame!

ck <- clusterData(exp = exps,

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

错误于clusterData(exp = exps, cluster.method = "kmeans", cluster.num = 8):
Please supply a data format with cell_data_set object,
SummarizedExperiment object, matrix or data.frame!

请问您,应该如何解决呢?

祝好!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions