imputeLFQ | R Documentation |
This function does MNAR imputation
imputeLFQ(myQuantDT, id_type, int_type, f_imputeStDev, f_imputePosition)
myQuantDT |
quantification data |
id_type |
the id column of myQuantDT that indicates |
int_type |
the column of myQuantDT to be imputed |
f_imputeStDev |
The Standard Deviation parameter for MNAR Imputation |
f_imputePosition |
The Position parameter for MNAR Imputation |
quantification data with missing values imputed
## dt_int <- imputeLFQ(myQuantDT = dt_int,
## id_type = "id",
## int_type = "log2NInt", #log2Intensity
## 0.3,
## 1.8,
## )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.