normalizeMedian: Normalize columns of a matrix to medians

View source: R/func.R

normalizeMedianR Documentation

Normalize columns of a matrix to medians

Description

normalizeMedian normalizes the columns of a matrix to have the same medians. It should be used with normalizeData function.

Usage

normalizeMedian(tab)

Arguments

tab

Data frame with raw intensities. Normally, this is a tab field in the proteusData object (see examples below).

Value

Normalized matrix.

Examples

library(proteusLabelFree)
data(proteusLabelFree)
normtab <- normalizeMedian(prodat$tab)


bartongroup/Proteus documentation built on April 22, 2023, 5:33 a.m.