Skip to contents

This function applies mean-centering to the peak area in the feature data of the mmo object.

Usage

MeancenterNormalization(mmo)

Arguments

mmo

The mmo object

Value

The mmo object with mean-centered feature data (mmo$meancentered)

Examples

if (FALSE) {
mmo <- MeancenterNormalization(mmo)
}