problems on hierarchical clustering
1
0
Entering edit mode
7.1 years ago

Wondering if anyone can help me to sort out a bug. I tried to use the Fluidigm Singular package analyzing a group of qPCR results but always comes up an error “Error in as.hclust.dendrogram(hc_i) : dendrogram entries must be 1,2,..,27 (in any order), to be coercible to “hclust””. I have tried reorganising my data format and checked the raw script of the cluster function but the problem still exist. Thanks a lot.enter image description here

R hierarchical clustering Biomark Singular • 2.0k views
ADD COMMENT
0
Entering edit mode

I think that the function required a list with more then two elements. It's clear by the stopifnot closure, try to pass each integer as list element using vector function !

ADD REPLY
1
Entering edit mode
6.8 years ago

One way to get rid of this bug is to downgrade your R version to 3.0.2. ¯\_(ツ)_/¯

or use R-Switch for multi-version R on MAC: https://r.research.att.com/#other

ADD COMMENT

Login before adding your answer.

Traffic: 2902 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6