Learn R Programming

Mulcom (version 1.22.0)

mulCalc: 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

Examples

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

Run the code above in your browser using DataLab