assessAll(affycomp)
assessAll()所属R语言包:affycomp
Assessment functions
评估职能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Assessment functions. Takes a couple of ExpressionSet, one for spike in another for the dilution and returns a list with necessary
评估职能。注意到几个ExpressionSet在另一个稀释穗和必要返回列表
用法----------Usage----------
assessAll(d,s,method.name=NULL,verbose=TRUE)
affycomp(d,s,method.name=NULL,verbose=TRUE,return.it=TRUE)
参数----------Arguments----------
参数:d
An ExpressionSet containing the expression measures for the Gene Logic's dilution experiment.
一个ExpressionSet表达基因逻辑的稀释实验措施。
参数:s
An ExpressionSet containing expression measures for the Affymetrix's spike-in experiment.
一个ExpressionSet含有表达Affymetrix公司的穗在实验措施。
参数:method.name
Name of expression measure being assessed.
表达措施的名称被评估。
参数:verbose
verbosity flag.
冗长的标志。
参数:return.it
if TRUE returns assessment lists.
如果TRUE返回评估名单。
Details
详情----------Details----------
assessAll performs assessments for Figures 1-6. It is a wrapper for assessDilution and assessSpikeIn.
assessAll执行图1-6评估。这是一个assessDilution和assessSpikeIn的包装。
affycomp is a wrapper that does it all... including the plotting and creation of table.
affycomp是一个包装,所有这一切......包括策划和创建表。
值----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|