[R] ctc package

Martin Morgan mtmorgan at fhcrc.org
Thu Jun 11 15:31:38 CEST 2009


Hi Johannes --

Penner, Johannes wrote:
> Dear R-helpers,
> 
> I would like to export hierarchical clusters
> 
> e.g. fit <- hclust(d, method="ward") in the newick format
> 
> write(hc2Newick(fit),file='hclust.newick')
> 
> Searching for a possibility I found this solution in the package ctc
> (http://www.bioconductor.org/packages/bioc/html/ctc.html). However,
> neither from this site nor via CRAN it is possible to install the
> package.

Not sure what you mean -- did you try

     source("http://bioconductor.org/biocLite.R")
     biocLite("ctc")

as suggested on the page you mention? If this does not work, then please
provide a transcript showing the error condition; it also helps to
provide the output of the command sessionInfo()

Martin


> 
> Is there any other possibility? Is the package included in any other
> package?
> 
> Thanks a lot in advance.
> 
> With kind regards
> Johannes
> 
> --
> Project Coordinator BIOTA West Amphibians
> 
> Museum of Natural History
> Dep. of Research (Herpetology)
> Invalidenstrasse 43
> D-10115 Berlin
> Tel: +49 (0)30 2093 8708
> Fax: +49 (0)30 2093 8565
> 
> http://www.biota-africa.org
> http://community-ecology.biozentrum.uni-wuerzburg.de
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list