Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在get_signatures中设置diff_method = "uniquely_high_in_one_group"时候报错 #185

Open
Ww-Yxm opened this issue Jun 6, 2023 · 0 comments

Comments

@Ww-Yxm
Copy link

Ww-Yxm commented Jun 6, 2023

平台:windows-Rstudio
R版本:4.3.0
cola版本:2.7.1

library("cola")
data(golub_cola)
res = golub_cola["ATC", "skmeans"]
tb = get_signatures(res, k = 3,diff_method = "uniquely_high_in_one_group")

  • 72/72 samples (in 3 classes) remain after filtering by silhouette (>= 0.5).
  • cache hash: 67df6019a869da953d3657aa31f90018 (seed 888).
  • calculating row difference between subgroups by uniquely_high_in_one_group.
    Error in diff_method_fun(data2, class) :
    could not find function "diff_method_fun"

而其他diff_method 如"Ftest", "ttest", "samr", "pamr", "one_vs_others"均无报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant