mulPerm: MulCom Permutation

Description Usage Arguments Details Author(s) Examples

View source: R/mulPerm.R

Description

Reiterate MulCom Test on permutated data to perform Montecarlo simulation

Usage

1
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.

index

a numeric vector of length ncol(data) with the labels of the samples. 0 are the reference samples.

np

a numeric values indicating the number of permutation to perform. It is set as default to 10

seed

set the seed of the permutaton, default is 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.

Details

mulPerm

Author(s)

Claudio Isella, claudio.isella@ircc.it

Examples

1
2
data(benchVign)
mulcom_perm <- mulPerm(Affy, Affy$Groups, 10,2)

Mulcom documentation built on Nov. 8, 2020, 5:53 p.m.