Thank you very much, that's just what i needed !
Julien
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
Thanks in advance,
Julien
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
Thank you very much, that's just what i needed !
Julien
Log in to answer this question.