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.
Arguments
- x
A feature by sample
matrix
containing quantitative data with mandatorycolnames
andrownames
.- ...
Additional arguments passed to
MASS::rlm()
.
Value
numeric()
vector of length ncol(x)
with robust
summarised values.
See also
Other Quantitative feature aggregation:
aggregate()
,
colCounts()
,
medianPolish()