filter_at_tp_biggest_n {MultIS}R Documentation

Filters a matrix of readouts for the n biggest IS at a certain measurement

Description

Filters a matrix of readouts for the n biggest IS at a certain measurement

Usage

filter_at_tp_biggest_n(data, at = "168", n = 50)

Arguments

data

The readout matrix to filter.

at

A filter for the columns/measurement. Only matching columns/measurements are considered, though all will be returned.

n

The number of biggest IS to return. If 'at' matches multiple columns/measurements, the 'rowSum()' over the columns/measurements will be used. For ties, more than 'n' IS may be returned.

Value

A matrix with only the n biggest IS at the selected measurements.


[Package MultIS version 0.6.2 Index]