View source: R/aggregate_by_vector.R
robustSummary | R Documentation |
This function calculates the robust summarisation for each feature
(protein). Note that the function assumes that the intensities in
input e
are already log-transformed.
robustSummary(x, ...)
x |
A feature by sample |
... |
Additional arguments passed to |
numeric()
vector of length ncol(x)
with robust
summarised values.
Adriaan Sticker, Sebastian Gibb and Laurent Gatto
Other Quantitative feature aggregation:
aggregate()
,
colCounts()
,
medianPolish()
x <- matrix(rnorm(30), nrow = 3)
colnames(x) <- letters[1:10]
rownames(x) <- LETTERS[1:3]
robustSummary(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.