aggrTopn | R Documentation |
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.
aggrTopn(f)
f |
A function for data summarization. |
df_num <- aggrTopn(sum)(df, prot_acc, 3, na.rm = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.