prepro_na function

Missing values imputation by the mean of each column.

Missing values imputation by the mean of each column.

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

prepro_na(X)

Arguments

  • X: An object of class 'matrix', 'FBM', or 'array'.

Returns

Returns input with imputed missing values.

Details

Meant for objects of class 'matrix', 'FBM', or 'array'.

  • Maintainer: Agustin Gonzalez-Reymundez
  • License: GPL-2
  • Last published: 2022-03-25