mulCalc {Mulcom}R Documentation

MulCom Calculation

Description

Calculates MulCom test score for given m and t parameters

Usage

mulCalc(Mulcom_P, m, t)

Arguments

Mulcom_P

an object of class MULCOM

m

m: a numeric value corresponding to log 2 ratio correction for MulCom Test

t

t: a numeric value corresponding to T values for MulCom Test

Details

mulCalc Calculate the Mulcom Score with m and t defined by the user

Mulcom_P:

an object of class MULCOM_P

m:

a number corresponding to log 2 ratio correction for MulCom Test

t:

a number corresponding to T values for MulCom Test

Author(s)

Claudio Isella, claudio.isella@ircc.it

Examples

data(benchVign)
mulcom_scores <- mulScores(Affy, Affy$Groups)
mulcom_calc <- mulCalc(mulcom_scores, 0.2, 2)

[Package Mulcom version 1.30.0 Index]