Description Value Methods References Examples
Merge mixture components in a flowObj
derived from a flowClust
result and a flowFrame
using the cluster merging algorithm.
An unnamed list of flowMerge
objects with the k
th element corresponding to the k-cluster merged solution.
The generic method. Should not be called.
The merge method for a flowObj
.
Finak G, Bashasharti A, Brinkmann R, Gottardo R. Merging Mixture Model Components for Improved Cell Population Identification in High Throughput Flow Cytometry Data (To Appear)
1 2 3 4 | #data(rituximab)
#data(RituximabFlowClustFit)
#o<-flowObj(flowClust.res[[which.max(flowMerge:::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.