Learn R Programming

MultIS (version 0.6.2)

filter_zero_columns: Removes columns that only contain 0 or NA.

Description

Removes columns that only contain 0 or NA.

Usage

filter_zero_columns(dat)

Arguments

dat

The readout matrix to filter.

Value

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