View source: R/mzClusteringRawXIC.R
mzClusteringRawXIC | R Documentation |
This function clusters related 12C m/z values.
mzClusteringRawXIC(spectraScan123, massAccuracy, minNIonPair, minPeakHeightXIC)
spectraScan123 |
a matrix consists of 3 columns. The column contents are the m/z of 12C isotopologues, intensity of 12C isotopologues, and scan number (t). |
massAccuracy |
mass accuracy to detect related 12C m/z values. |
minNIonPair |
minimum number of nIsoPair for an individual peak. |
minPeakHeightXIC |
minimum peak height for an individual raw EIC |
This function returns an list on index numbers of EICs for the "spectraScan" variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.