View source: R/IPA_baselineDeveloper.R
IPA_baselineDeveloper | R Documentation |
This function generates a vector of baselines for the chromatogram using local minima. It also is capable of excluding outlier local minima to generate a realistic baseline including true baseline regions. This baseline may represent the local noise levels for the chromatogram.
IPA_baselineDeveloper(segment, int)
segment |
a matrix or a vecotr of adjusted scan number of local minima w/ or w/o redundant local minima. Adjusted scan numbers are the scan numbers but adjusted to start at 1. |
int |
a vector of intensities of the chromatogram. |
A vector of baselines in the same size of the "int" vector.
data(segment)
data(chromatogramMatrix)
int <- chromatogramMatrix$smoothChromatogram
IPA_baselineDeveloper(segment, int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.