median_normalization: Column wise median normalization of the data matrix

Description Usage Arguments Value Methods (by class)

View source: R/normalization.R

Description

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.

Usage

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)

Arguments

X

a matrix of proteins and samples

Value

the normalized matrix

Methods (by class)


const-ae/proDD documentation built on Jan. 14, 2020, 9:34 a.m.