Description Usage Arguments Value Author(s) Examples
Normalizes the data with SOR
1 | sparseFarmsC(probes, cyc = 5)
|
probes |
The intensity matrix. |
cyc |
Number of cycles. |
Normalized Data.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
1 2 | x <- matrix(rnorm(100, 11), 20, 5)
sparseFarmsC(x, 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.