.filterOverlapped {MSstatsConvert}R Documentation

Remove overlapped features

Description

Remove overlapped features

Usage

.filterOverlapped(input, summary_function, overlapped_features)

Arguments

input

data.table preprocessed by one of the .cleanRaw* functions and merged with annotation.

summary_function

summary function (mean, sum, max) that will be used to pick one feature from multiple overlapping features

overlapped_features

features that overlap.

Value

data.table


[Package MSstatsConvert version 1.3.1 Index]