compensateActionItem-class(flowCore)
compensateActionItem-class()所属R语言包:flowCore
Class "compensateActionItem"
类“compensateActionItem”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class and method to capture compensation operations in a flow cytometry workflow.
类和方法来捕捉在流式单元仪的工作流程的补偿行动。
用法----------Usage----------
compensateActionItem(ID = paste("compActionRef", guid(), sep = "_"),
name = paste("action", identifier(get(compensate)), sep = "_"),
parentView, compensate, workflow)
参数----------Arguments----------
参数:workflow
An object of class workFlow for which a view is to be created.
workFlow类的对象要创建视图。
参数:ID
A unique identifier of the view, most likely created by using the internal guid function.
一个唯一标识符的看法,最有可能通过使用内部guid函数创建的。
参数:name
A more human-readable name of the view.
更为人类可读的名字的看法。
参数:parentView, compensate
References to the parent view and compensation objects, respectively.
参考父view和compensation对象,分别。
Details
详情----------Details----------
compensateActionItems provide a means to bind compensation operations in a workflow. Each compensateActionItem represents a single compensation.
compensateActionItems提供了一种方法绑定在一个工作流程的补偿操作。每个compensateActionItem代表一个单一的compensation。
值----------Value----------
A reference to the compensateActionItem that is created inside the workFlow environment as a side effect of calling the add method.
compensateActionItem参考workFlow环境内创建作为一个add方法调用的副作用。
A compensateActionItem object for the constructor.
一个compensateActionItem对象的构造。
类的对象----------Objects from the Class----------
Objects should be created using the add method, which creates a compensateActionItem from a compensation object and directly assigns it to a workFlow. Alternatively, one can use the compensateActionItem constructor function for more programmatic access.
创建对象应使用add方法,它创建一个从compensateActionItem对象compensation和直接分配给它一个workFlow。另外,可以使用更多的编程访问compensateActionItem构造函数。
插槽----------Slots----------
compensate: Object of class "fcCompensateReference". A reference to the compensation object that is used for the
compensate类"fcCompensateReference"的对象。参考到compensation对象的使用
ID: Object of class "character". A unique
ID类"character"的对象。独特的
name: Object of class "character". A more
name类"character"的对象。更
parentView: Object of class "fcViewReference". A reference to the parent
parentView类"fcViewReference"的对象。父的参考
env: Object of class "environment". The
env类"environment"的对象。 “
延伸----------Extends----------
Class "actionItem", directly.
类"actionItem",直接。
方法----------Methods----------
print signature(x = "compensateActionItem"): Print
打印signature(x = "compensateActionItem"):打印
Rm signature(symbol = "compensateActionItem", envir = "workFlow", subSymbol = "character"): Remove a compensateActionItem from a workFlow. This method is recursive and will also remove all dependent
室signature(symbol = "compensateActionItem", envir = "workFlow", subSymbol = "character"):删除compensateActionItemworkFlow从。这种方法是递归的,也将删除所有依赖
show signature(object = "compensateActionItem"): Print
显示signature(object = "compensateActionItem"):打印
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
workFlow, actionItem, gateActionItem, transformActionItem, view
workFlow,actionItem,gateActionItem,transformActionItem,view
举例----------Examples----------
showClass("view")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|