| Constructor and Description |
|---|
IsotopePatternManipulator() |
| Modifier and Type | Method and Description |
|---|---|
static IsotopePattern |
normalize(IsotopePattern isotopeP)
Return the isotope pattern normalized to the highest abundance.
|
static IsotopePattern |
sortAndNormalizedByIntensity(IsotopePattern isotopeP)
Return the isotope pattern sorted and normalized by intensity
to the highest abundance.
|
static IsotopePattern |
sortByIntensity(IsotopePattern isotopeP)
Return the isotope pattern sorted by intensity
to the highest abundance.
|
static IsotopePattern |
sortByMass(IsotopePattern isotopeP)
Return the isotope pattern sorted by mass
to the highest abundance.
|
public static IsotopePattern normalize(IsotopePattern isotopeP)
isotopeP - The IsotopePattern object to normalizepublic static IsotopePattern sortAndNormalizedByIntensity(IsotopePattern isotopeP)
isotopeP - The IsotopePattern object to sortpublic static IsotopePattern sortByIntensity(IsotopePattern isotopeP)
isotopeP - The IsotopePattern object to sortpublic static IsotopePattern sortByMass(IsotopePattern isotopeP)
isotopeP - The IsotopePattern object to sortCopyright © 2018. All Rights Reserved.