mlr {SwathXtend}R Documentation

Function to implement mlr normalization

Description

Calculate normalization factor, histogram peak and width at half peak for a vector

Usage

mlr(ratio, doplot)

Arguments

ratio

Vector, typically of log ratios

doplot

A logic value, wheter to plot the ratio histograms (FALSE as default)

Value

nf

Normalization factor

peak

Histogram peak

wdt

Width at half peak

References

Find mlr reference.

Examples

mlr(rnorm(1000))
# with shift
mlr(0.5 + rnorm(10000))


[Package SwathXtend version 2.10.0 Index]