Description Usage Arguments Details Value Author(s) See Also Examples
This function utilises an array of dilution coefficients acquired externally to normalise the spectra.
1 | xfNorm(X, xfactor)
|
X |
A numerical matrix with rows being the spectra and columns being the chemical shift variables |
xfactor |
A numerical array of values that correspond to the dilution coefficients of the spectra. Must be row-matched to the provided X matrix. |
All the intensities of a spectrum are divided by its external dilution coefficient.
This is done to all spectra with their corresponding dilution factors
Reliable: dilution estimations from external sources such as freezing-point depression osmometry are highly accurate, reducing the error in normalisation.
Computationally, this is not as intense as other normalisation methods like pqNorm()
and hmNorm()
and will take limited power to perform
This method requires having a machine to provide the external measure of dilution such as a freezing-point depression osmometer.
Acquiring data on dilution with a manual freezing-point depression osmometer is a long and tedious process with each sample taking on average 5 minutes. Automatic osmometers are available but are expensive so this method is limited by logistics of actually acquiring the data.
This function returns a list with:
The normalised X matrix in the first list element, and
A numerical array of the corresponding dilution factors in the second.
Following the example below will extract the results quickly and easily.
https://doi.org/10.1021/ac051632c
Other Reference-Based:
hmNorm()
,
pqNorm()
,
qNorm2()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.