C# Class ImsInformed.Util.IsotopicProfileUtil

The isotopic profile util.
Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method Description
AdjustSaturatedIsotopicProfile ( IsotopicProfile iso, IsotopicProfile theorIsotopicProfile, int indexOfIsotopeToUse, bool updatePeakMasses = true, bool updatePeakIntensities = true ) : void

Private Methods

Method Description
UpdateMonoisotopicMassData ( IsotopicProfile iso ) : void

Method Details

AdjustSaturatedIsotopicProfile() public static method

public static AdjustSaturatedIsotopicProfile ( IsotopicProfile iso, IsotopicProfile theorIsotopicProfile, int indexOfIsotopeToUse, bool updatePeakMasses = true, bool updatePeakIntensities = true ) : void
iso IsotopicProfile
theorIsotopicProfile IsotopicProfile
indexOfIsotopeToUse int
updatePeakMasses bool
updatePeakIntensities bool
return void