getConfDat(ITALICS)
getConfDat()所属R语言包:ITALICS
Elimination of badly predicted probes
消除不好预测探针
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function eliminate badly predicted probes using a regression table and an estimated model given by the function getModel or getBestBICModelLight. Then it computes the corrected intensity.
此功能消除不好预测的探针,用回归表和估计模型,由功能getModel或getBestBICModelLight给予。然后计算校正强度。
用法----------Usage----------
getConfDat(confidence, quartetInfo, model)
参数----------Arguments----------
参数:confidence
The confidence interval : 0.95
置信区间:0.95
参数:quartetInfo
A Regression table containing the variables in the model
回归表,其中包含在模型中的变量
参数:model
The class lm object given by the function getModel
类LM对象的功能getModel的
值----------Value----------
A data frame with the corrected intensity. Only goodly predicted probes are taken into account. SNP's with more than 8 badly predicted probes get a NA.
一个数据框的纠正强度。探针只有俊美预测的考虑。 SNP的超过800预测严重的探针获得一个Na。
注意----------Note----------
People interested in tools dealing with array CGH analysis and DNA copy number analysis can
阵列比较基因组杂交分析和DNA拷贝数的分析与处理工具有兴趣的人可以
作者(S)----------Author(s)----------
Guillem Rigaill, <a href="mailto:italics@curie.fr">italics@curie.fr</a>.
源----------Source----------
Institut Curie, italics@curie.fr.
居里研究所,italics@curie.fr。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|