Learn R Programming

MultIS (version 0.6.2)

filter_zero_rows: Removes rows that only contain 0 or NA.

Description

Removes rows that only contain 0 or NA.

Usage

filter_zero_rows(dat)

Arguments

dat

The readout matrix to filter.

Value

A matrix where rows that where only 0 or NA are filtered out.