.aggregatePSMstoPeptideIons {MSstatsConvert}R Documentation

Aggregate multiple PSMs to a single peptide ion.

Description

Aggregate multiple PSMs to a single peptide ion.

Usage

.aggregatePSMstoPeptideIons(input, feature_columns, summary_function = sum)

Arguments

input

data.table preprocessed by one of the cleanRaw* functions.

feature_columns

chr, names of columns that define features.

summary_function

function that will be used to aggregate intensities if needed.

Value

data.table


[Package MSstatsConvert version 1.2.2 Index]