View source: R/missingValuesImputation_ProteinLevel.R
| wrapper.impute.KNN | R Documentation |
MSnSet objectCan impute only POV missing values. This method is a wrapper for
objects of class MSnSet and imputes missing values with a fixed value.
This function imputes the missing values condition by condition.
wrapper.impute.KNN(obj = NULL, K)
obj |
An object of class |
K |
the number of neighbors. |
The object obj which has been imputed
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj.imp.pov <- wrapper.impute.KNN(obj = Exp1_R25_pept[seq_len(10)], K = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.