filterList-class(flowCore)
filterList-class()所属R语言包:flowCore
Class "filterList"
类“filterList”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Container for a list of filter objects. The
集装箱filter对象名单。 “
用法----------Usage----------
filterList(x, filterId=identifier(x[[1]]))
参数----------Arguments----------
参数:x
A list of filter objects.
filter对象名单。
参数:filterId
The global identifier of the filter list. As default, we take the filterId of the first filter object in x.
在过滤器列表中的全局标识符。由于默认情况下,我们采取的第一filterx对象filterId。
值----------Value----------
A filterList object for the constructor
一个filterList对象的构造
类的对象----------Objects from the Class----------
Objects are created from regular lists using the constructor filterList.
创建对象经常使用的构造filterList名单。
插槽----------Slots----------
.Data: Object of class "list". The class
.Data类"list"的对象。类
filterId: Object of class "character". The
filterId类"character"的对象。 “
延伸----------Extends----------
Class "list", from data part.
类"list",从数据的一部分。
方法----------Methods----------
show signature(object = "filterList"): Print
显示signature(object = "filterList"):打印
identifier, identifier<- signature(object = "filteList"): Accessor and replacement method for the object's
标识符,标识符< - signature(object = "filteList"):存取和对象的更换方法
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
filter,
filter
举例----------Examples----------
f1 <- rectangleGate(FSC=c(100,200), filterId="testFilter")
f2 <- rectangleGate(FSC=c(200,400))
fl <- filterList(list(a=f1, b=f2))
fl
identifier(fl)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|