taNorm: Total Area Normalisation

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/taNorm.R

Description

Total area normalisation (TA) scales spectra so that they all have a total integral of one

Usage

1
taNorm(X, noi)

Arguments

X

A numerical matrix with rows being the spectra and columns being the chemical shift variables

noi

Takes an array that is row matched to the X matrix you are normalising with the values equaling the maximum noise estimation for each spectra respectively.

Details

How It Works:

  1. The integral of each experimental spectra in X is calculated

  2. Each intensity of a spectrum is divided by it's integral which reduces it's total area to one

Background Information:

Advantages:

Limitations:

Value

A list of

  1. The normalised X matrix in the first list element, and

  2. A numerical array of the corresponding dilution factors.

Author(s)

kylebario1@gmail.com

See Also

https://doi.org/10.1021/ac051632c

Other Attribute-Based: creNorm(), qNorm(), roiNorm(), vecNorm()

Examples

1
2
3
data(X, noi)
taNorm(X, noi)
cat(dilf_ta)

kylebario/unorm documentation built on Dec. 21, 2021, 8:45 a.m.