View source: R/normalize_data_loess.R
normalize_data_loess | R Documentation |
normalize_data_loess
normalize_data_loess(
subject_data,
qc_data,
subject_order,
qc_order,
optimization = TRUE,
begin = 0.5,
end = 1,
step = 0.2,
threads = 4
)
subject_data |
subject_data row is variable, column is sample |
qc_data |
subject_data row is variable, column is sample |
subject_order |
subject_order |
qc_order |
qc_order |
optimization |
optimization |
begin |
begin see ?loess |
end |
end ?loess |
step |
step ?loess |
threads |
threads |
result
Xiaotao Shen shenxt1990@outlook.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.