Learn R Programming

MultIS (version 0.6.2)

filter_combine_measurements: Combines columns that have the same name. The columns are joined additively.

Description

Combines columns that have the same name. The columns are joined additively.

Usage

filter_combine_measurements(dat, pre_norm = TRUE, post_norm = TRUE)

Arguments

dat

The readout matrix to filter.

pre_norm

Whether to normalize columns before joining them.

post_norm

Whether to normalize columns after they are joined.

Value

A matrix in which columns that had the same name are added and (possibly) normalized.