Learn R Programming

Mulcom (version 1.22.0)

mulDELTA: MulCom Delta

Description

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

Usage

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

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

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

Examples

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

Run the code above in your browser using DataLab