mulFSG(Mulcom)
mulFSG()所属R语言包:Mulcom
MulCom False Significant Genes
MulCom虚假重大基因
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate the False Significant Genes for m and t defined by the user
计算M和T虚假的由用户定义的重要基因
用法----------Usage----------
mulFSG(Mulcom_P, m, t)
参数----------Arguments----------
参数:Mulcom_P
an object of class MULCOM
一个类MULCOM的对象
参数:m
m: a numeric value corresponding to log 2 ratio correction for MulCom Test
M:一个数值对应的记录2比修正MulCom测试
参数:t
t: a numeric value corresponding to t values for MulCom Test
T:一个数值为t值对应MulCom测试
Details
详情----------Details----------
mulFDR evaluate the False Significant genes on the Mulcom_P object according to specific m and t parameters. For each permutation it is calculated the number of positive genes. An estimation of the false called genes is evaluated with the median for each experimental subgroups
mulFDR评估上Mulcom_P对象的虚假显着的基因,根据特定的M和T参数。对于每一个排列,计算阳性基因数。一个所谓的假基因的估计中位数为每个实验分组评估
作者(S)----------Author(s)----------
Claudio Isella, <a href="mailto:claudio.isella@ircc.it">claudio.isella@ircc.it</a>
举例----------Examples----------
data(benchVign)
mulcom_perm <- mulPerm(Affy, Affy$Groups, 10, 7)
mulcom_fsg <- mulFSG(mulcom_perm, 0.2, 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|