filter_is_names: Shortens the rownames of a readout matrix to the shortest distinct prefix
Description
Shortens the rownames of a readout matrix to the shortest distinct prefix
Usage
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.