mulScores(Mulcom)
mulScores()所属R语言包:Mulcom
MulCom Score Calculation
MulCom分数计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the scores for the MulCom test. The function calculates the numerator and the denominator of the test without the parameters m and t
计算为MulCom测试的分数。函数没有参数的M和T计算分子和分母的测试
用法----------Usage----------
mulScores(eset, index)
参数----------Arguments----------
参数:eset
An an AffyBatch object, each row of must correspond to a variable and each column to a sample.
一个AffyBatch对象,每行必须对应一个变量,每列样品。
参数:index
a numeric vector of length ncol(data) with the labels of the samples. 0 are the reference samples.
数值向量的长度NCOL(数据)与样品的标签。 0参考样本。
Details
详情----------Details----------
'mulScore' computes the scores for the MulCom test for multiple point profile. The Mulcom test is designed to compare each experimental mean with the control mean and it is derived from the "Dunnett's test". Dunnett's test controls the Experiment-wise Error Rate and is more powerful than tests designed to compare each mean with each other mean. The test is conducted by computing a modified t-test between each experimental group and the control group.
“mulScore MulCom多点分布测试的分数计算。 Mulcom试验设计比较与控制每个实验的意思意思,它是从“Dunnett的测试”派生。 Dunnett的测试控制实验明智的错误率是比较彼此平均每个平均比设计的测试更强大。试验进行计算修改后的各实验组和对照组之间的t-检验。
值----------Value----------
An Object of class MULCOM from Mulcom package
从Mulcom封装的对象类MULCOM
作者(S)----------Author(s)----------
Claudio Isella, <a href="mailto:claudio.isella@ircc.it">claudio.isella@ircc.it</a>
举例----------Examples----------
data(benchVign)
mulcom_scores <- mulScores(Affy, Affy$Groups)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|