
flowObj
object from a flowClust
and flowFrame
object, so as to group the model and data together. Useful for high-throughput analysis where one may want to access the data to compute other statistics.
flowObj(flowC = NULL, flowF = NULL)
flowClust
object representing the model fit flowFrame
object on which the flowClust model is based. flowObj-class
new("flowObj",..)
constructor.
#data(rituximab)
#data(RituximabFlowClustFit)
#o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab);
#m<-merge(o);
Run the code above in your browser using DataLab