Learn R Programming

MethScope (version 1.0.0)

imputeRowMean: Impute missing value for 100K window matrix

Description

Impute missing value for 100K window matrix

Usage

imputeRowMean(mtx, na_percent = 30)

Value

A cell by 100K window data frame with imputed values

Arguments

mtx

A cell by 100K window data frame with missing values

na_percent

A na percent threshold to be filterd (Default: 30)