Description Usage Arguments Value Methods (by class)
View source: R/normalization.R
The method calculates for each sample the median change (i.e. the difference between the observed value and the row average) and substracts it from each row. Missing values are ignored in the procedure. The method is based on the assumption that a majority of the rows did not change.
1 2 3 4 5 6 7 | median_normalization(X)
## S4 method for signature 'SummarizedExperiment'
median_normalization(X)
## S4 method for signature 'MSnSet'
median_normalization(X)
|
X |
a matrix of proteins and samples |
the normalized matrix
SummarizedExperiment
: S4 method of median_normalization
for
SummarizedExperiment
MSnSet
: S4 method of median_normalization
for
MSnSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.