sparseFarmsC {cn.farms}R Documentation

Normalizes the data with SOR

Description

Normalizes the data with SOR

Usage

sparseFarmsC(probes, cyc = 5)

Arguments

probes

The intensity matrix.

cyc

Number of cycles.

Value

Normalized Data.

Author(s)

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

Examples

x <- matrix(rnorm(100, 11), 20, 5)
sparseFarmsC(x, 50)

[Package cn.farms version 1.42.0 Index]