flowObj(flowMerge)
flowObj()所属R语言包:flowMerge
Create a flowObj object from a flowClust and flowFrame object
创建1 flowObj对象从flowClust和flowFrame对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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对象,从一个flowClust和flowFrame对象,以组的模型和数据一起。高通量的分析,其中一个可能要访问其他统计数据来计算的有用。
用法----------Usage----------
flowObj(flowC = NULL, flowF = NULL)
参数----------Arguments----------
参数:flowC
A flowClust object representing the model fit
一个flowClust对象模型拟合
参数:flowF
A flowFrame object on which the flowClust model is based.
一个flowFrame对象上是基于,其中flowClust模型。
Details
详情----------Details----------
Calls the new("flowObj",..) constructor.
调用new("flowObj",..)的构造。
值----------Value----------
An object of class flowObj-class
一个对象的类flowObj-class
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:<greg.finak@ircm.qc.ca>"><greg.finak@ircm.qc.ca></a>, Raphael Gottardo <a href="mailto:<raphael.gottardo@ircm.qc.ca>"><raphael.gottardo@ircm.qc.ca></a>
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
#data(rituximab)[数据(美罗华)]
#data(RituximabFlowClustFit)[数据(RituximabFlowClustFit)]
#o<-flowObj(flowClust.res[[which.max(flowMerge:::BIC(flowClust.res))]],rituximab);[Ø<flowObj的(flowClust.res [which.max(flowMerge :::(BIC flowClust.res)的)],美罗华);]
#m<-merge(o);[M <合并(O)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|