filter_is_names: Shortens the rownames of a readout matrix to the shortest...

Description Usage Arguments Value See Also

View source: R/filter_functions.R

Description

Shortens the rownames of a readout matrix to the shortest distinct prefix

Usage

1
filter_is_names(dat, by = "[_():]|[^_():]*")

Arguments

dat

The readout matrix for which the names should be filtered.

by

The regexp used to split the names.

Value

A matrix with the names filtered to the shortest unique prefix.

See Also

filter.names


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