mulDELTA: MulCom Delta

Description Usage Arguments Details Value Author(s) Examples

View source: R/mulDELTA.R

Description

Computes Delta for all the experimental points in the datasets in respect to control Should not be called directly

Usage

1
mulDELTA(vector, index)

Arguments

vector

vector: numeric vector with data measurements

index

a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive

Details

mulDELTA An internal function that should not be called directly. It calculates differential expression in the groups defined in the index class vector, in respect to the 0 groups

Value

vector

a numeric vector with data measurements

index

a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive

Author(s)

Claudio Isella, claudio.isella@ircc.it

Examples

1
2
data(benchVign)
mulcom_delta <- mulDELTA(exprs(Affy[1,]),Affy$Groups)

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