imputeRowMean: Impute missing value for 100K window matrix

View source: R/VisualizeOutput.R

imputeRowMeanR Documentation

Impute missing value for 100K window matrix

Description

Impute missing value for 100K window matrix

Usage

imputeRowMean(mtx, na_percent = 30)

Arguments

mtx

A cell by 100K window data frame with missing values

na_percent

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

Value

A cell by 100K window data frame with imputed values


MethScope documentation built on Feb. 27, 2026, 1:08 a.m.