met.impute | R Documentation |
Replace missing variables via a chosen method. Data need to be re-calibrated after this step, including met.PerformFeatureFilter
as well as met.normalize
. Data imputation is performed as part of the data preparation workflow met.read_data
.
met.impute(mSetObj = NA, method = "min")
mSetObj |
Enter the name of the created mSet object ((see |
method |
(Character) Select the option to replace missing variables:
|
The input mSet object with imputed data at mSetObj$dataSet$data_proc.
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from ImputeMissingVar
(https://github.com/xia-lab/MetaboAnalystR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.