actionItem-class(flowCore)
actionItem-class()所属R语言包:flowCore
Class "actionItem"
类“actionItem”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class and method to capture standard operations in a flow
类和方法,捕捉到一个流的标准操作
Details
详情----------Details----------
actionItems provide a means to bind standard operations on flow cytometry data in a workflow. Usually, the user doesn't have to create these objects, instead they will be automatically created when applying one of the standard operations (gating, transformation, compensation) to a workFlow object. Each actionItem creates one or several new views, which again can be the basis to apply further operations. One can conceptualize actionItems being the edges in the workflow tree connecting views, which are the nodes of the tree. There are more specific subclasses for the three possible types of operation: gateActionItem for gating operations, transformActionItem for transformations, and compensateActionItem for compensation operations. See their documentation for details.
actionItems提供了一种手段绑定到工作流中的流式单元仪数据的标准操作。通常情况下,用户并没有创建这些对象,相反,他们将被自动创建时采用的标准操作(门,改造,补偿)workFlow对象。每个actionItem创建一个或几个新的views,而这又可以申请进一步行动的基础。一个可以概念化actionItems工作流程中的树连接views,这是树的节点的边缘。有三个可能的操作类型更具体的子类:gateActionItem门操作,transformActionItem转换,和compensateActionItem补偿业务。看到自己的详细信息的文档。
类的对象----------Objects from the Class----------
A virtual Class: No objects may be
虚拟类:无对象可能
插槽----------Slots----------
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 view the actionItem
parentView类"fcViewReference"的对象。父viewactionItem的引用
alias: Object of class "fcAliasReference". A
alias类"fcAliasReference"的对象。一
env: Object of class "environment". The
env类"environment"的对象。 “
方法----------Methods----------
identifier signature(object = "actionItem"): Accessor
标识符signature(object = "actionItem"):存取
names signature(x = "actionItem"): Accessor
名signature(x = "actionItem"):存取
parent signature(object = "actionItem"): Accessor for the parentView slot. Note that the reference is resolved,
父signature(object = "actionItem"):存取parentView插槽。注意解决参考
alias signature(object = "actionItem"): Get the alias table
别名signature(object = "actionItem"):获取表的别名
Rm signature(symbol = "actionItem", envir = "workFlow", subSymbol = "character"): Remove a actionItem from a workFlow. This method is recursive and will also remove all dependent views and
室signature(symbol = "actionItem", envir = "workFlow", subSymbol = "character"):删除actionItemworkFlow从。这种方法是递归的,也将删除所有依赖views“
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
workFlow, gateActionItem, transformActionItem, compensateActionItem, view
workFlow,gateActionItem,transformActionItem,compensateActionItem,view
举例----------Examples----------
showClass("view")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|