📄 readme
字号:
Open Source Clustering Software===============================The Open Source Clustering Software consists of the most commonly used routinesfor clustering analysis of gene expression data. The software packages below alldepend on the C Clustering Library, which is a library of routines forhierarchical (pairwise single-, complete-, maximum-, and average-linkage)clustering, k-means clustering, and Self-Organizing Maps on a 2D rectangulargrid. As of version 1.04, the C Clustering Library complies with the ANSI Cstandard.Several packages are available as part of the Open Source Clustering Software:* Cluster 3.0 is a GUI-based program for Windows, based on Michael Eisen's Cluster/TreeView code. Cluster 3.0 was written for Microsoft Windows, and subsequently ported to Mac OS X (Cocoa) and Unix/Linux. A command line version of this program is also available.* Pycluster (or Bio.Cluster if used as part of Biopython) is an extension module to the scripting language Python.* Algorithm::Cluster is an extension module to the scripting language Perl.* The routines in the C Clustering Library can also be used directly by calling them from other C programs.INSTALLATION============See the INSTALL file in this directory.VIEWING CLUSTERING RESULTS==========================We recommend using Java TreeView for visualizing clustering results.Java TreeView is a Java version of Michael Eisen's Treeview program withextended capabilities. In particular, it is possible to visualize k-meansclustering results in addition to hierarchical clustering results.Java TreeView was written by Alok Saldanha at Stanford University; it can bedownloaded at http://genome-www.stanford.edu/~alok/TreeView.MANUAL======The routines in the C Clustering Library is described in the manual(cluster.pdf). This manual also describes how to use the routines from Pythonand from Perl. Cluster 3.0 has a separate manual (cluster3.pdf). Both of thesemanuals can be found in the doc subdirectory. They can also be downloaded fromour website:http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/cluster.pdf;http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/cluster3.pdf.LITERATURE==========M.J.L. de Hoon, S. Imoto, J. Nolan, and S. Miyano: "Open Source ClusteringSoftware", Bioinformatics, 2004, in press.CONTACT=======Michiel de HoonUniversity of Tokyo, Institute of Medical ScienceHuman Genome Center, Laboratory of DNA Information Analysismdehoon@ims.u-tokyo.ac.jp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -