Description Usage Arguments Details Value Author(s) References See Also Examples
Merge the clusters in a flowClust solution using the cluster merging algorithm and entropy criterion.
1 |
x |
A |
y |
missing |
... |
Additional arguments. i.e. |
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".
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.
Greg Finak <greg.finak@ircm.qc.cq>
Finak G, Bashasharti A, Brinkmann R, Gottardo R. Merging Mixture Model Components for Improved Cell Population Identification in High Throughput Flow Cytometry Data (Submitted)
flowClust,flowObj
1 2 3 4 | #data(rituximab)
#data(RituximabFlowClustFit)
#o<-flowObj(flowClust.res[[which.max(BIC(flowClust.res))]],rituximab)
#m<-merge(o);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.