ImputeKnn: Impute missing values (NAs) using K-nearest neighbour...

Description Usage Arguments Value Examples

Description

Impute missing values (NAs) using K-nearest neighbour averaging

Usage

1
ImputeKnn(X, ratio = 0.5, ...)

Arguments

X

A matrix of real values where each row corresponds to a patient and each column is a gene.

ratio

The rows (columns) with more than (default 50%) of missing values are removed

...

Arguments to be passed to impute.knn

Value

A matrix without NAs

Examples

1
2
data(expr)
expr.norm = ImputeKnn(expr)

xseq documentation built on May 1, 2019, 9:47 p.m.