all.present.in.group(simpleaffy)
all.present.in.group()所属R语言包:simpleaffy
Filter by PMA call
过滤器由PMA的呼叫
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Filters an object by PMA calls. Must be called present in at leset 'no' elements in at least one of the replicate sets in the factor 'group'
PMA的通话对象的过滤器。必须在leset没有元素被称为目前在至少因素组的复制集之一
用法----------Usage----------
all.present.in.group(x,group,members,calls,no = "all")
参数----------Arguments----------
参数:x
An object to filter
对象进行筛选
参数:group
The factor to filter by
筛选的因素
参数:members
The members in the group to check. If null, checks all possible ones
检查组的成员。如果为null,检查所有可能的
参数:calls
A matrix of PMA calls
PMA的矩阵调用
参数:no
How many in a row to pass the filter? If 'all' then all must be present
一排有多少人通过过滤器?如果“所有”,然后所有人都必须在场
值----------Value----------
A probesetid
一个probesetid
作者(S)----------Author(s)----------
Crispin J Miller
举例----------Examples----------
## Not run: [#无法运行:]
all.present.in.group(eset,calls,"line",dim(calls)[2])
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|