merge-methods: Merge mixture components

Description Value Methods References Examples

Description

Merge mixture components in a flowObj derived from a flowClust result and a flowFrame using the cluster merging algorithm.

Value

An unnamed list of flowMerge objects with the kth element corresponding to the k-cluster merged solution.

Methods

x = "ANY", y = "ANY"

The generic method. Should not be called.

x = "flowObj", y = "missing"

The merge method for a flowObj.

References

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)

Examples

1
2
3
4
#data(rituximab)
#data(RituximabFlowClustFit)
#o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab);
#m<-merge(o);

RGLab/flowMerge documentation built on Aug. 10, 2020, 12:52 p.m.