mloss.org APClusterhttp://mloss.orgUpdates and additions to APClusterenFri, 28 Jul 2017 09:47:32 -0000APCluster 1.4.4http://mloss.org/software/view/264/<html><p>Affinity propagation (AP) is a clustering algorithm that has been introduced by Brendan J. Frey and Delbert Dueck. The authors themselves describe affinity propagation as follows: </p> <p>"An algorithm that identifies exemplars among data points and forms clusters of data points around these exemplars. It operates by simultaneously considering all data point as potential exemplars and exchanging messages between data points until a good set of exemplars and clusters emerges." </p> <p>AP has been applied in various fields recently, among which bioinformatics is becoming increasingly important. Frey and Dueck have made their algorithm available as Matlab code. Matlab, however, is relatively uncommon in bioinformatics. Instead, the statistical computing platform R has become a widely accepted standard in this field. In order to leverage affinity propagation for bioinformatics applications, we have implemented affinity propagation as an R package. Note, however, that the given package is in no way restricted to bioinformatics applications. It is as generally applicable as Frey’s and Dueck’s original Matlab code. </p> <p>The package further implements leveraged affinity propagation, exemplar-based agglomerative clustering, and various tools for visual analysis of clustering results. </p></html>Ulrich Bodenhofer, Johannes Palme, Chrats Melkonian, Andreas KothmeierFri, 28 Jul 2017 09:47:32 -0000http://mloss.org/software/rss/comments/264http://mloss.org/software/view/264/clusteringkernelsdistance functionclustering algorithmaffinity propagationsimilarity measure