normalizeAverage {cn.farms}R Documentation

Scales the range of the non-polymorphic data to the range of a given array.

Description

Scales the range of the non-polymorphic data to the range of a given array.

Usage

normalizeAverage(x, baselineArray, avg = median, targetAvg = 2200, ...)

Arguments

x

Data matrix

baselineArray

Choose the baseline channel array.

avg

The function for averaging.

targetAvg

Value to which the array should be averaged.

...

Further optional parameters.

Value

Normalized non-polymorphic data.

Author(s)

Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at

Examples

x <- matrix(rnorm(100, 11), 20, 5)
normalizeAverage(x, x[, 1])

[Package cn.farms version 1.41.0 Index]