Learn R Programming

cn.farms (version 1.20.0)

sparseFarmsC: 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.

Examples

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

Run the code above in your browser using DataLab