sparseFarmsC: Normalizes the data with SOR

Description Usage Arguments Value Author(s) Examples

View source: R/sparseFarmsC.R

Description

Normalizes the data with SOR

Usage

1
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

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

mitterecker/cn.farms documentation built on March 10, 2020, 10:19 a.m.