Impute-Study-method: Title Impute Study

Description Usage Arguments Value Author(s)

Description

Title Impute Study

Usage

1
2
## S4 method for signature 'Study'
Impute(dataset, method = IMPUTE.method.knn, k = 10)

Arguments

dataset

Study. A Study object.

method

a character string to specify how to deal with the missing values. It could be "impute" or "remove", which means to impute missing values using nearest neighbor averaging or remove the genes with missing values directly.

k

the number of neighbors to be used in the imputation. The default is 10.

Value

Study object with missing value imputed.

Author(s)

Schwannden Kuo


metaOmics/preproc documentation built on May 29, 2019, 4:43 a.m.