| impute_missing {geneExpression} | R Documentation |
impute_missing(x,
by.features = FALSE);
the missing value(the ZERO value or the NaN value) will be filled with the half of the minimum positive value of the corresponding sample column(or gene feature row when the by_features parameter is TRUE), if there is no positive value in the target sample column, then ZERO will be used.
An expression data matrix with missing data filled