mulPerm(Mulcom)
mulPerm()所属R语言包:Mulcom
MulCom Permutation
MulCom置换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reiterate MulCom Test on permutated data to perform Montecarlo simulation
重申MulCom permutated数据测试执行蒙特卡罗模拟
用法----------Usage----------
mulPerm(eset, index, np, seed, segm = "F")
参数----------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参考样本。
参数:np
a numeric values indicating the number of permutation to perform. It is set as default to 10
数值显示置换的数量来执行。它被设置为默认为10
参数:seed
set the seed of the permutaton, default is 1
设置种子的permutaton,默认为1
参数:segm
a default set to F. This parametheres requires to be setted to avoid segmentation fault of C subroutin in the case of very large datasets.
默认设置为F,这parametheres需要请先试烫,以避免在非常大的数据集的情况下分割的C subroutin故障。
Details
详情----------Details----------
mulPerm
mulPerm
作者(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)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|