aggrTopn: Sums top_n

aggrTopnR Documentation

Sums top_n

Description

aggrTopn summarizes log2FC and intensity by the descriptive statistics of c("mean", "median", "sum"). Note the difference to TMT_top_n, which uses mean statistics.

Usage

aggrTopn(f)

Arguments

f

A function for data summarization.

Examples

df_num <- aggrTopn(sum)(df, prot_acc, 3, na.rm = TRUE)

qzhang503/proteoQ documentation built on Feb. 27, 2025, 8:34 a.m.