Description Usage Arguments Details Value Author(s)
View source: R/data_integration.R
Integrate different batch datasets together.
1 2 3 4 | integrate_data(
object,
method = c("qc.mean", "qc.median", "subject.mean", "subject.median")
)
|
object |
object. |
method |
Which method do you want to use? subject.mean or qc.mean, default is qc.mean. |
Data integration is a necessary step for multiple batch dataset. Dunn's method has been used in this function.
Return a MetFlowData which has been integrated.
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.