subsettingView-class(flowCore)
subsettingView-class()所属R语言包:flowCore
Class "subsettingView"
类“subsettingView”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class and method to capture the result of subsetting operations in a flow cytometry workflow.
类和方法,以捕捉子集在流式单元仪的工作流程操作的结果。
用法----------Usage----------
subsettingView(workflow, ID=paste("subViewRef", guid(), sep="_"),
name="default", action, data)
参数----------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.
更为人类可读的名字的看法。
参数:data, action
References to the data and actionItem objects, respectively.
数据和actionItem对象,分别参考。
值----------Value----------
A reference to the subsettingView that is created inside the workFlow environment as a side effect of calling the add method.
subsettingView参考workFlow环境内创建作为一个add方法调用的副作用。
A subsettingView object for the constructor.
一个subsettingView对象的构造。
类的对象----------Objects from the Class----------
Objects should be created using the add method, which creates a subsettingView from a subsetting object and directly assigns it to a workFlow. Alternatively, one can use the subsettingView constructor function for more programmatic
创建对象应使用add方法,它创建一个从subsettingView对象subsetting和直接分配给它一个workFlow。另外,可以使用更多的纲领性subsettingView构造函数
插槽----------Slots----------
ID: Object of class "character". A unique
ID类"character"的对象。独特的
name: Object of class "character". A more
name类"character"的对象。更
action: Object of class "fcActionReference". A reference to the actionItem that generated
action类"fcActionReference"的对象。 actionItem参考产生
env: Object of class "environment". The
env类"environment"的对象。 “
data: Object of class "fcDataReference" A
data:"fcDataReference"A类对象
延伸----------Extends----------
Class "view", directly.
类"view",直接。
方法----------Methods----------
Rm signature(symbol = "subsettingView", envir = "workFlow", subSymbol = "character"): Remove a subsettingView from a workFlow. This method is recursive and will also remove all dependent views and
室signature(symbol = "subsettingView", envir = "workFlow", subSymbol = "character"):删除subsettingViewworkFlow从。这种方法是递归的,也将删除所有依赖views“
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
workFlow, view, gateView, transformView, compensateView, actionItem
workFlow,view,gateView,transformView,compensateView,actionItem
举例----------Examples----------
showClass("view")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|