flowObj {flowMerge} | R Documentation |
Convenience method that creates a 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)
flowC |
A |
flowF |
A |
Calls the new("flowObj",..)
constructor.
An object of class flowObj-class
Greg Finak <greg.finak@ircm.qc.ca>, Raphael Gottardo <raphael.gottardo@ircm.qc.ca>
Finak G, Bashasharti A, Brinkmann R, Gottardo R. Merging Mixture Model Components for Improved Cell Population Identification in High Throughput Flow Cytometry Data; Advances in Bioinformatics (To Appear)
#data(rituximab) #data(RituximabFlowClustFit) #o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab); #m<-merge(o);