cluster3
Reimplementation of the Eisen-clustering software
Install
- All systems
-
curl cmd.cat/cluster3.sh
- Ubuntu
-
apt-get install cluster3
- Kali Linux
-
apt-get install cluster3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cluster3
- Dockerfile
- dockerfile.run/cluster3
cluster3
Reimplementation of the Eisen-clustering software
The open source clustering software available here contains clustering routines that can be used to analyze gene expression data. Routines for hierarchical (pairwise simple, complete, average, and centroid linkage) clustering, k-means and k-medians clustering, and 2D self-organizing maps are included. The routines are available in the form of a C clustering library, an extension module to Python, a module to Perl, as well as an enhanced version of Cluster, which was originally developed by Michael Eisen of Berkeley Lab. The C clustering library and the associated extension module for Python was released under the Python license. The Perl module was released under the Artistic License. Cluster 3.0 is covered by the original Cluster/TreeView license. This package only contains the command line and motif gui versions of Cluster 3.0.