ImputeDataR Documentation

Impute raw count data and get imputed count

Description

Impute the NA data either by K-Nearest Neighbor method or fill the NA with 0.

Usage

ImputeData(object, impute.method, ...)

## S3 method for class 'AssayGrowth'
ImputeData(object, impute.method, ...)

## S3 method for class 'Rosace'
ImputeData(object, impute.method, name, key, ...)

Arguments

object

An object: matrix (AssayGrowth), AssayGrowth, or Rosace

impute.method

The imputation method to use: "knn" or "zero"

...

Additional arguments to be passed to the imputation method.

name

character string of AssayGrowth name

key

key of AssayGrowth

Value

An object with imputed count