-
Notifications
You must be signed in to change notification settings - Fork 10
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
sigclust() not working #156
Comments
I ran into similar errors. I ran this basic code (from https://alinetalhouk.github.io/diceR/reference/sigclust.html):
here's my R sessionInfo-- Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Hi there. The sigclust function doesnt seem to be working. The reply "only one sample left" keeps appearing.
I hope you can help. Thanks
set.seed(1)
pam_4 <- ccomb_class2$
4
[, "PAM_Euclidean"]sig_obj <- sigclust(hgsc, k = 4, nsim = 100, labflag = 0, label = pam_4)
[1] "Only one sample left, no need for clustering!"
num 0
The text was updated successfully, but these errors were encountered: