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