filter_is_names {MultIS} | R Documentation |
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.
See Also
filter.names
[Package MultIS version 0.6.2 Index]