medianNormFactor: medianNormFactor()

View source: R/05_Transformation_normalization.R

medianNormFactorR Documentation

medianNormFactor()

Description

Normalizes the samples by their median within a given factor. The median of the median within this factor will be used as factor-specific median center.

Usage

medianNormFactor(romics_object, main_factor = "factor")

Arguments

romics_object

has to be an romics_object created using romicsCreateObject() that has not been previously log-transformed using log10transform()

Details

median normalize the samples within a given factor the median of the median of this factor will be used as new factor median.

Value

This function returns the transformed romics_object with updated data layer.

Author(s)

Geremy Clair


PNNL-Comp-Mass-Spec/RomicsProcessor documentation built on March 18, 2023, 5:14 a.m.