Correlation Cluster Filter

The correlation cluster filter will find sets of probes which have a similar pattern of quantitation across a set of DataStores. This filter lets you find connected sets of probes, and will discard probes which do not form a cluster.

The actual clustering is fairly simplistic, and is optimised for speed rather than completeness. A single pass is made through the set of probes. Each probe is compared to the existing set of clusters. If the correlation between this probe and all of the probes in an existing cluster is above the threshold set then the probe is added to that cluster. If none of the clusters want to claim a probe then it starts a new cluster. If two or more clusters want to claim a probe then it is added to the one with the highest overall correlation.

Options