assessSD(affycomp)
assessSD()所属R语言包:affycomp
SD Assessment functions
SD评估职能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Assessment function for standard deviation estimates. Takes a dilution data ExpressionSet and returns a
标准偏差估计的评估功能。需要稀释的数据ExpressionSet返回
用法----------Usage----------
assessSD(exprset, method.name=NULL, logx=FALSE)
参数----------Arguments----------
参数:exprset
An ExpressionSet containing expression measures for Affymetrix's dilution experiment.
ExpressionSet含有表达Affymetrix公司的稀释实验措施。
参数:method.name
Name of expression measure being assessed.
表达措施的名称被评估。
参数:logx
Logical indicating whether the average expression being computed should be logged, default no. See details.
逻辑说明是否应记录被计算的平均表达,没有默认。查看详情。
Details
详情----------Details----------
assessSD does the assessment for Figure 7. This requires the ExpressionSet to have standard error estimates for the expression measure. Some expression measures (e.g. dChip) will have SEs in original scale, where others (e.g. RMA) will have them in log scale. For the former, use logx=TRUE.
assessSD评估图7。这需要ExpressionSet有表达措施的标准误差估计。一些表达的措施(如dChip)将在原有的规模,将有其他人(如RMA)的log规模的社企。对于前者,使用logx=TRUE。
值----------Value----------
Lists with the necessary information to make the Figures.
必要的信息,使数字列表。
作者(S)----------Author(s)----------
Rafael A. Irizarry
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|