Merge the clusters in a flowClust solution using the cluster merging algorithm and entropy criterion.
Usage
merge(x,y,...)
Arguments
x
A flowObj object created from a flowClust object and a flowFrame using the flowObj constructor.
y
missing
...
Additional arguments. i.e. metric="entropy"|"mahalanobis"
Value
A list of unnamed flowMerge objects. The first element of the list corresponds to the 1--cluster merged solution. The second element corresponds to the 2--cluster merged solution, and so on.
Details
Run the cluster merging algorithm on the max BIC solution from a call to flowClust. The optional argument, metric specifies the measure used for clustering. Either "mahalanobis" or "entropy". Defaults to "entropy".
References
Finak G, Bashasharti A, Brinkmann R, Gottardo R. Merging Mixture Model Components for Improved Cell Population Identification in High Throughput Flow Cytometry Data (Submitted)