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

Description Usage Arguments Value

View source: R/filter_functions.R

Description

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

Usage

1
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.


MultIS documentation built on Aug. 6, 2021, 5:07 p.m.