Description Usage Arguments Details Value Author(s) References See Also Examples
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.
1 |
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)
flowObj-class
1 2 3 4 | #data(rituximab)
#data(RituximabFlowClustFit)
#o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab);
#m<-merge(o);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.