Description Objects from the Class Slots Methods Note Author(s) See Also
The user is able to get the expected number of atoms of element e (C, N, ...) for a compound of mass m for a q-quantile. I.e. getAtomCount(object = compoundQuantiles(), element = e, mass = m, quantile = q) returns the number of atoms of element e in a compound of mass m in the lowest-(q*100) (sorted ascending by the possible number of atoms of element e for compounds of such mass).
The user is able to get the expected proportion between the intensities of two isotope peaks for a compound of mass m for a q-quantile. I.e. getIsotopeProportion(object = compoundQuantiles(), isotope1 = i1, isotope2 = i2, mass = m, quantile = q) returns the isotope proportion i1 / i2 for a compound of mass m in the lowest-(q*100) (sorted ascending by the possible isotope proportions for compounds of such mass).
Objects can be created with the compoundQuantiles
constructor.
compoundLibrary
:The compound library to rely on (kegg, chebi, ...)
massWindowSize
:The mass window size of the compound statistics (25, 100, ...)
minCompoundMass
:Minimum compound mass for which there are statistics
maxCompoundMass
:Maximum compound mass for which there are statistics
numberOfMassWindows
:Number of mass windows
numberOfIsotopes
:Number of isotopes for which there are isotope ratio quantiles
isotopeSet
:The set of isotopes for which there are isotope ratio quantiles
elementSet
:The set of elements for which there are element count statistics
quantileSet
:The set of quantiles for which there are isotope ratio statistics
eleCounters_e_q_mw
:Three dimensional array containing the element count statistics (element, quantile, mass window index)
proportions_i_q_mw
:Three dimensional array containing the isotope ratio quantiles relative to the monoisotopic peak (isotope index, quantile, mass window index)
signature(object = "xsAnnotate")
: returns the number of atoms of the specified element for the given quantile and mass window index
signature(object = "xsAnnotate")
: returns the isotope ratio of the specified isotope for the given quantile and mass window index relative to the monoisotopic peak
No notes yet.
Hendrik Treutler, hendrik.treutler@ipb-halle.de
compoundQuantiles
getAtomCount
getIsotopeProportion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.