filterN: Filter out rows with NA or low value

View source: R/imputation.R

filterNR Documentation

Filter out rows with NA or low value

Description

Filter out rows with NA or low value

Usage

filterN(m, minS = 3, out = NA, impute = "none")

Arguments

m

A matrix-like object.

minS

A numeric, specifying the minimum proportion/number of values should be quantified for each row.

out

A vector, specifying low-quality values (NA and 0).

impute

Imputation method.

Value

A matrix with the same columns as input matrix.

Author(s)

Wubing Zhang


WubingZhang/rMAUPS documentation built on March 21, 2022, 8:48 p.m.