Return the Robust Expression Summary of a matrix
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_by_vector()
,
colCounts()
,
medianPolish()
x <- matrix(rnorm(30), nrow = 3) colnames(x) <- letters[1:10] rownames(x) <- LETTERS[1:3] robustSummary(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.