updateU: Update uncertainties

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Updates the uncertainties in a flowMerge ojbect after merging clusters. This function is now internal and no longer exported. It is called automatically within the cluster merging method.

Usage

1
updateU(object)

Arguments

object

An object of type flowMerge

Details

Updates the u slot of the flowMerge object following merging. The update is computation intensive, and so, is not automatically performed on each flowMerge object. Should only be done on objects used in further analysis.

Value

A flowMerge object with the u slot updated to reflect the new parameter values.

Author(s)

Greg Finak <greg.finak@ircm.qc.ca>

See Also

flowMerge-class,merge

Examples

1
2
3
4
5
6
7
#data(rituximab)
#data(RituximabFlowClustFit)
#o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab);
#m<-merge(o);
#i<-fitPiecewiseLinreg(m);
#m<-m[[i]];
#plot(m,pch=20,level=0.9);

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