mulDELTA(Mulcom)
mulDELTA()所属R语言包:Mulcom
MulCom Delta
MulComDelta
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes Delta for all the experimental points in the datasets in respect to control Should not be called directly
不应该被称为直接计算为在控制方面的数据集的所有实验点Delta
用法----------Usage----------
mulDELTA(vector, index)
参数----------Arguments----------
参数:vector
vector: numeric vector with data measurements
向量:测量数据的数字向量
参数:index
a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive
与数字向量对样品的标签。 0是对照样本。数量必须是渐进的
Details
详情----------Details----------
mulDELTA An internal function that should not be called directly. It calculates differential expression in the groups defined in the index class vector, in respect to the 0 groups
mulDELTA不应直接调用内部函数。它计算在指数类矢量定义组的差异表达,在0组
值----------Value----------
参数:vector
a numeric vector with data measurements
与数字矢量数据测量
参数:index
a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive
与数字向量对样品的标签。 0是对照样本。数量必须是渐进的
作者(S)----------Author(s)----------
Claudio Isella, <a href="mailto:claudio.isella@ircc.it">claudio.isella@ircc.it</a>
举例----------Examples----------
data(benchVign)
mulcom_delta <- mulDELTA(exprs(Affy[1,]),Affy$Groups)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|