prepro_na {MOSS} | R Documentation |
Missing values imputation by the mean of each column.
Description
This function is called by moss to count the impute missing values by the mean of each column within omic blocks. If any column has more than 20
Usage
prepro_na(X)
Arguments
X |
An object of class 'matrix', 'FBM', or 'array'. |
Details
Meant for objects of class 'matrix', 'FBM', or 'array'.
Value
Returns input with imputed missing values.
[Package MOSS version 0.2.2 Index]