merge(flowMerge)
merge()所属R语言包:flowMerge
Merge clusters in flow cytometry data
合并流式单元仪数据的聚类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Merge the clusters in a flowClust solution using the cluster merging algorithm and entropy criterion.
合并在flowClust使用合并算法和熵判据的聚类解决方案聚类。
用法----------Usage----------
merge(x,y,...)
参数----------Arguments----------
参数:x
A flowObj object created from a flowClust object and a flowFrame using the flowObj constructor.
一个flowObjflowClust对象和flowFrame用flowObj构造函数创建的对象。
参数:y
missing
失踪
参数:...
Additional arguments. i.e. metric="entropy"|"mahalanobis"
额外的参数。即metric="entropy"|"mahalanobis"
Details
详情----------Details----------
Run the cluster merging algorithm on the max BIC solution from a call to flowClust. The optional argument, metric specifies the measure used for clustering. Either "mahalanobis" or "entropy". Defaults to "entropy".
合并最大的BIC解决方案调用flowClust从算法运行聚类。可选的参数,metric指定为聚类使用的措施。 “马氏”或“熵”。默认为“熵”。
值----------Value----------
A list of unnamed flowMerge objects. The first element of the list corresponds to the 1–cluster merged solution. The second element corresponds to the 2–cluster merged solution, and so on.
无名flowMerge对象名单。列表的第一个元素对应到1簇合并的解决方案。第二个元素对应到2合并聚类解决方案,依此类推。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:<greg.finak@ircm.qc.cq>"><greg.finak@ircm.qc.cq></a>
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
#data(rituximab)[数据(美罗华)]
#data(RituximabFlowClustFit)[数据(RituximabFlowClustFit)]
#o<-flowObj(flowClust.res[[which.max(BIC(flowClust.res))]],rituximab)[O <-flowObj(flowClust.res [[which.max((BIC flowClust.res)的)],美罗华)]
#m<-merge(o);[M <合并(O)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|