merge-methods {flowMerge} | R Documentation |
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)
#data(rituximab) #data(RituximabFlowClustFit) #o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab); #m<-merge(o);