How To Assess Dendrogram Robustness
1
2
Entering edit mode
12.0 years ago

Hi all,

I would like to assess the robustness of a dendrogram.

The general purpose is to compare biological samples evaluated by mass spectrometry. I developped an algorithm in order to compute a distance matrix in order to classify samples. I would like to assess the robustness of the obtained dendrogram, but i don't know really how to do so. I knew that a bioconductor package called pvclust was able to do so by bootstrapping, the problem is taht pvclust function does not accept a user-defined distance matrix computation function.

Do you know either

  • if there is another package which would allow me to define my distance definition (or distance matrix computation function)
  • if there are a good introductory course on clustering / dendrogram robustness assessment ?

Thanks in advance,

Julien

clustering • 2.5k views
ADD COMMENT
5
Entering edit mode
12.0 years ago

The authors of pvclust provide a method whereby you can call a custom distance function. It involves you defining your distance function in R and then setting the method.dist argument equal to your function.

http://www.is.titech.ac.jp/~shimo/prog/pvclust/pvclustunofficial090824/readme.txt

ADD COMMENT
0
Entering edit mode

Thank you very much, that's just what i needed !

Julien

ADD REPLY

Login before adding your answer.

Traffic: 1598 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