mulCAND(Mulcom)
mulCAND()所属R语言包:Mulcom
Identify the Mulcom candidate feature selection
确定Mulcom候选人功能选择
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Identify the Mulcom candidate feature selection by the m and T defined by the user
确定由M和T Mulcom候选人由用户定义的特征选择
用法----------Usage----------
mulCAND(eset, Mulcom_P, m, t, ese = "T")
参数----------Arguments----------
参数:eset
an AffyBatch
AffyBatch
参数:Mulcom_P
an object of class MULCOM
一个类MULCOM的对象
参数:m
m: a numeric vector corresponding to log 2 ratio correction
M:一个数值向量相应的记录2比修正
参数:t
t: a numeric vector corresponding to the MulCom T values
T:一个数值向量相应的MulCom T值
参数:ese
True or False
True或False
Details
详情----------Details----------
mulCAND Identify the Mulcom candidate feature selection by the m and T defined by the user
mulCANDM和T确定Mulcom候选人由用户定义的特征选择
作者(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,2)
mulcom_cand <- mulCAND(Affy, mulcom_perm, 0.2, 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|