which package to cluster microarray data?
2
0
Entering edit mode
@alessandro-fazio-2279
Last seen 9.6 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20070919/ 78b6e466/attachment.pl
• 851 views
ADD COMMENT
0
Entering edit mode
David Ruau ▴ 190
@david-ruau-1562
Last seen 9.6 years ago
Hi Alessandro, You can use the function hclust from the stats package (loaded by default) > ? hclust For the uncentered pearson correlation use cor.dist() from the bioDist package > library(bioDist) > ?cor.dist To perform your clustering with the UPGMA use hclust(d, method="average") And if you want to have a heatmap of your cluster: > library(simpleaffy) > heatmap(eset, col= blue.white.red.cols, cor.dist, hclustfun=function(c){hclust(c,method='average')}) Best, David --- David Ruau Institute for Biomedical Engineering RWTH Aachen On Sep 19, 2007, at 3:39 PM, Alessandro Fazio wrote: > > Hello! > > I would like to perform a cluster analysis by using UPGMA > (unweighet pair-group average) with a non-centic Pearson > correlation based distance. Does someone know which package I could > use to have "this desire" satisfied? > > Thank you in advance > > Alessandro > _________________________________________________________________ > [[replacing trailing spam]] > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/ > gmane.science.biology.informatics.conductor
ADD COMMENT
0
Entering edit mode
@wolfgang-raffelsberger-1805
Last seen 9.6 years ago
Hi Alessandro, besides hclust you may also look at the package pvclust www.is.titech.ac.jp/~shimo/prog/pvclust/ and cran.r-project.org/doc/packages/pvclust.pdf) Just note that the bootstrap calculations take a lot of time ! Wolfgang Alessandro Fazio a ?crit : > Hello! > > I would like to perform a cluster analysis by using UPGMA (unweighet pair-group average) with a non-centic Pearson correlation based distance. Does someone know which package I could use to have "this desire" satisfied? > > Thank you in advance > > Alessandro > _________________________________________________________________ > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?gratives IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276 wolfgang.raffelsberger at igbmc.u-strasbg.fr
ADD COMMENT

Login before adding your answer.

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