View source: R/util_normalization.R
normalize_rlr_MSqRob_implementation | R Documentation |
copy/paste of code @ https://github.com/statOmics/MSqRob/blob/MSqRob0.7.6/R/preprocess_MaxQuant.R
normalize_rlr_MSqRob_implementation(exprs, weights = NULL)
exprs |
numerical matrix |
weights |
optional vector of weights (per row) to be supplied to MASS::rlm() |
For each sample s, perform a robust linear regression of all values (peptide intensities) against overall median values (e.g. median value of each peptide over all samples) to obtain the normalization factor for sample s.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.