Description Usage Arguments Value Author(s)
Data normalization.
1 2 3 4 5 6 7 8 9 | normalizeData(
object,
method = c("svr", "total", "median", "mean", "pqn", "loess"),
keep.scale = TRUE,
begin = 0.5,
end = 1,
step = 0.2,
threads = 4
)
|
object |
A metflowClass object. |
method |
Normalization method, mean, median, total svr or loess, default is svr. Please see the details. |
keep.scale |
Remain scale or not. Default is TRUE. |
begin |
0.5 |
end |
1 |
step |
0.2 |
threads |
4 |
A new metflowClass object.
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.