filter.control(Agi4x44PreProcess)
filter.control()所属R语言包:Agi4x44PreProcess
filter.probes (Internal function)
filter.probes(内部函数)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An internal function to be used by filter.probes An internal function to be used by CV.rep.probes
一个内部函数被用于filter.probes CV.rep.probes内部功能的使用
用法----------Usage----------
filter.control(ddNORM, ManuelaGO, targets, annotation.package)
参数----------Arguments----------
参数:ddNORM
an RGlist object
RGlist对象
参数:ManuelaGO
logical, if a known annotation package is available then it is TRUE
逻辑,如果一个已知的注解包是可用的,那么它是TRUE
参数:targets
data.frame with the target structure
数据框与目标结构
参数:annotation.package
a character specifying the AGI annotation package: 'hgug4112a.db','mgug4122a.db'
一个字符指定的AGI注解包:“hgug4112a.db,mgug4122a.db”
Details
详情----------Details----------
It eliminates the array internal controls
它消除了内部控制阵列
值----------Value----------
An RGlist with the internal controls filtered out It also writes an output file (RawDataNOCtrl.txt) that contains the data set with the controls filtered out and an output file (RawDataNOCtrlWABKGandISF.txt) that contains the data with the flags 'wellAboveBG' and 'IsFound'. This flags both take the value =1 if the signal is well above BG and Is found respectively. See 'filter.wellaboveBG' and 'filter.probes'
筛选出它的内部控制RGlist还写道包含筛选出的控制和输出文件(RawDataNOCtrlWABKGandISF.txt)包含的旗帜“wellAboveBG”和“数据设置数据输出文件(RawDataNOCtrl.txt) IsFound“。这标志都值= 1,如果信号是远高于保函,并分别被发现。见filter.wellaboveBG和filter.probes
作者(S)----------Author(s)----------
Pedro Lopez-Romero
参见----------See Also----------
filter.probes
filter.probes
举例----------Examples----------
## Not run: [#无法运行:]
data(dd)
data(targets)
library(hgug4112a.db)
ddFILT=filter.control(dd,TRUE,targets,"hgug4112a.db")
dim(ddFILT)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|