Difference between revisions of "Clustering"
(Created page with "<div id="APB"> <div class="b1"> Clustering and Classification </div> {{dev}} {{WP|Cluster analysis|'''Clustering'''}} and {{WP|Statistical classification|'''Classification...") |
m |
||
Line 12: | Line 12: | ||
__TOC__ | __TOC__ | ||
− | |||
− | |||
− | |||
− | |||
==Introductory reading== | ==Introductory reading== | ||
<section begin=reading /> | <section begin=reading /> | ||
+ | {{#pmid: 20652512}} | ||
<section end=reading /> | <section end=reading /> | ||
+ | |||
+ | |||
+ | <!-- | ||
+ | ==Contents== | ||
Line 36: | Line 37: | ||
{{#pmid: 18712317}} | {{#pmid: 18712317}} | ||
− | |||
{{#pmid: 22144159}} | {{#pmid: 22144159}} | ||
{{#pmid: 18450047}} | {{#pmid: 18450047}} |
Revision as of 00:02, 27 January 2012
Clustering and Classification
Clustering and Classification are conceptually related statistical techniques in that clustering attempts to identify groupings in existing data and classification asks how best to assign new data into existing groups. However, the techniques that are employed are quite different. Clustering techniques find partitions such that relationships within a set are greater than between members of different sets; they are often divided into connectivity based approaches (e.g. "hierarchical clustering") and centroid based approaches (e.g. K-means), but other approaches such as density based clustering (eg. DBSCAN) or the flow-based MCL algorithm are increasingly important in our field. Classification techniques rely heavily on machine learning methods, often in a Bayesian framework: neural networks, support vector machines, hidden Markov models, decision trees etc'.
Introductory reading
Nugent & Meila (2010) An overview of clustering applied to molecular biology. Methods Mol Biol 620:369-404. (pmid: 20652512) |
Further reading and resources
McLachlan et al. (2008) Clustering. Methods Mol Biol 453:423-39. (pmid: 18712317) |
van Dongen & Abreu-Goodger (2012) Using MCL to extract clusters from networks. Methods Mol Biol 804:281-95. (pmid: 22144159) |
Alonzo & Pepe (2007) Development and evaluation of classifiers. Methods Mol Biol 404:89-116. (pmid: 18450047) |