evaluateProcess(flowQ)
evaluateProcess()所属R语言包:flowQ
Evaluate QA processes
评估QA流程
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Re-evaluate an object of class qaProcess, e.g. for the case that a threshold value has changed.
重新评估的对象类qaProcess,例如阈值已改变的情况下。
用法----------Usage----------
evaluateProcess(process, thresh, ...)
参数----------Arguments----------
参数:process
An object of class qaProcess.
对象类qaProcess。
参数:thresh
The new treshold on which the process is to be evaluated.
新的传输安全性进行评估的过程。
参数:...
Further arguments that are passed on to the individual functions for each QA process type.
进一步的参数被传递到每个QA流程类型的个人功能。
Details
详情----------Details----------
It is sometimes useful to update the state of aggregators in a qaProcess , for instances after changing the threshold value, without having to recompute all images, which can be very time consuming.
有时它是有用qaProcess,聚合在状态更新后改变阈值的实例,而无需重新计算所有的图像,它可以是非常费时。
值----------Value----------
An updated object of class qaProcess
一个更新的对象类qaProcess
注意----------Note----------
This function needs to be extended for new types of qaProcess.
此功能需要延长qaProcess新类型。
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
qaProcess,
qaProcess
举例----------Examples----------
## Not run: [#无法运行:]
data(GvHD)
dest <- tempdir()
qp1 <- qaProcess.timeline(GvHD[1:3], channel="FL1-H", outdir=dest,
cutoff=1)
evaluateProcess(qp1, thresh=4)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|