mulDiff: MulCom Test Differential analysis

Description Usage Arguments Value Author(s) Examples

Description

Identify the differentially expressed features for a specific comparison with given m and t value

Usage

1
mulDiff(eset, Mulcom_P, m, t, ind)

Arguments

eset

An ExpressionSet object from package Biobase

Mulcom_P

An object of class Mulcom_P

m

the m values for the analysis

t

the t values for the analysis

ind

and index refeing to te comparison, should be numeric

Value

eset

An ExpressionSet object from package Biobase

Mulcom_P

An object of class Mulcom_P

m

the m values for the analysis

t

the t values for the analysis

ind

and index refeing to te comparison, should be numeric

Author(s)

Claudio Isella, claudio.isella@ircc.it

Examples

1
2
3
data(benchVign)
mulcom_perm <- mulPerm(Affy, Affy$Groups, 10, 7)
mulcom_diff <- mulDiff(Affy, mulcom_perm, 0.2, 2)

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