normalizeAverage: Scales the range of the non-polymorphic data to the range of...

Description Usage Arguments Value Author(s) Examples

View source: R/normalizeAverage.R

Description

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

Usage

1
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

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

cn.farms documentation built on Nov. 8, 2020, 7:59 p.m.